Files
HuggingFace_transformer/examples/research_projects
Jaimeen Ahn 0661abc545 Variable Correction for Consistency in Distillation Example (#11444)
As the error comes from the inconsistency of variable meaning number of gpus in parser and its actual usage in the train.py script, 'gpus' and 'n_gpu' respectively,  the correction makes the example work
2021-04-26 13:30:48 -04:00
..
2020-12-11 10:07:02 -05:00
2021-04-26 13:50:34 +02:00
2021-04-26 13:50:34 +02:00
2021-04-26 13:50:34 +02:00
2021-04-26 13:50:34 +02:00
2020-12-11 10:07:02 -05:00
2021-03-29 17:25:47 -04:00
2021-04-26 13:50:34 +02:00
2021-04-26 13:50:34 +02:00
2020-12-11 10:07:02 -05:00
2021-04-04 18:08:42 -07:00
2020-12-11 10:07:02 -05:00

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.