transformers/examples/research_projects
Stas Bekman c9035e4537
fix: The 'warn' method is deprecated (#11105)
* The 'warn' method is deprecated

* fix test
2021-04-07 09:20:06 -04:00
..
adversarial
bert-loses-patience [examples tests on multigpu] resolving require_torch_non_multi_gpu_but_fix_me (#10561) 2021-03-08 11:11:40 -08:00
bertabs
bertology Line endings should be LF across repo and not CRLF (#10119) 2021-02-10 10:50:00 -05:00
deebert [examples tests on multigpu] resolving require_torch_non_multi_gpu_but_fix_me (#10561) 2021-03-08 11:11:40 -08:00
distillation
longform-qa
lxmert [vulnerability] dep fix (#10954) 2021-03-29 17:25:47 -04:00
mlm_wwm Fit chinese wwm to new datasets (#9887) 2021-02-01 03:37:59 -05:00
mm-imdb
movement-pruning fix: The 'warn' method is deprecated (#11105) 2021-04-07 09:20:06 -04:00
performer Adding performer fine-tuning research exampke (#9239) 2020-12-21 21:19:41 +01:00
pplm
rag s|Pretrained|PreTrained| (#11048) 2021-04-04 18:08:42 -07:00
seq2seq-distillation [examples tests on multigpu] resolving require_torch_non_multi_gpu_but_fix_me (#10561) 2021-03-08 11:11:40 -08:00
wav2vec2 fix md file to avoid evaluation crash (#10962) 2021-03-30 21:26:22 +03:00
zero-shot-distillation fixed typo: logging instead of logger (#11025) 2021-04-02 09:22:22 -04:00
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.