transformers/examples/research_projects
Ryoo Kwangrok b1954fd64a
layernorm_decay_fix (#35927)
* layernorm_decay_fix

* W293 fix

* ruff format fix

* black format

* ruff format

* erase last layer

* add test_get_parameter_names_rmsnorm

* rmsnorm fix
2025-02-04 11:01:49 +01:00
..
adversarial
bert-loses-patience
bertabs Refactor: Removed un-necessary object base class (#32230) 2024-07-26 10:33:02 +02:00
bertology
codeparrot Bump torch from 1.13.1 to 2.2.0 in /examples/research_projects/codeparrot (#33173) 2024-08-30 15:23:35 +02:00
decision_transformer Bump jinja2 from 3.1.4 to 3.1.5 in /examples/research_projects/decision_transformer (#35408) 2025-01-06 16:58:29 +00:00
deebert
distillation fix: Fixed raising TypeError instead of ValueError for invalid type (#32111) 2024-07-22 17:46:17 +01:00
fsner Refactor: Removed un-necessary object base class (#32230) 2024-07-26 10:33:02 +02:00
information-gain-filtration
jax-projects Bump torch from 1.13.1 to 2.2.0 in /examples/research_projects/jax-projects/hybrid_clip (#33137) 2024-08-27 13:33:37 +02:00
layoutlmv3
longform-qa
luke Replace accelerator.use_fp16 in examples (#33513) 2024-09-17 04:13:06 +02:00
lxmert Bump tornado from 6.4.1 to 6.4.2 in /examples/research_projects/lxmert (#34917) 2024-11-25 15:19:29 +00:00
mlm_wwm
mm-imdb
movement-pruning fix: Added missing raise keyword for few exceptions (#32333) 2024-07-30 17:53:03 +01:00
onnx/summarization
performer Refactor: Removed un-necessary object base class (#32230) 2024-07-26 10:33:02 +02:00
pplm
quantization-qdqbert
rag
rag-end2end-retriever
robust-speech-event layernorm_decay_fix (#35927) 2025-02-04 11:01:49 +01:00
self-training-text-classification Replace accelerator.use_fp16 in examples (#33513) 2024-09-17 04:13:06 +02:00
seq2seq-distillation Updated ruff to the latest version (#31926) 2024-07-23 17:07:31 +02:00
synthid_text Add SynthID (watermerking by Google DeepMind) (#34350) 2024-10-23 21:18:52 +01:00
tapex fix: Fixed raising TypeError instead of ValueError for invalid type (#32111) 2024-07-22 17:46:17 +01:00
token-healing
visual_bert Bump tornado from 6.4.1 to 6.4.2 in /examples/research_projects/visual_bert (#34887) 2024-11-25 12:54:55 +00:00
vqgan-clip
wav2vec2
xtreme-s
zero-shot-distillation
README.md

Research projects

This folder contains various research projects using 🤗 Transformers. They are not maintained and require a specific version of 🤗 Transformers that is indicated in the requirements file of each folder. Updating them to the most recent version of the library will require some work.

To use any of them, just run the command

pip install -r requirements.txt

inside the folder of your choice.

If you need help with any of those, contact the author(s), indicated at the top of the README of each folder.