transformers/examples/contrib
Julien Chaumond 0ae96ff8a7 BIG Reorganize examples (#4213)
* Created using Colaboratory

* [examples] reorganize files

* remove run_tpu_glue.py as superseded by TPU support in Trainer

* Bugfix: int, not tuple

* move files around
2020-05-07 13:48:44 -04:00
..
mm-imdb BIG Reorganize examples (#4213) 2020-05-07 13:48:44 -04:00
README.md GPU text generation: mMoved the encoded_prompt to correct device 2020-01-06 15:11:12 +01:00
run_camembert.py GPU text generation: mMoved the encoded_prompt to correct device 2020-01-06 15:11:12 +01:00
run_openai_gpt.py One last reorder of {scheduler,optimizer}.step() 2020-03-20 18:05:50 -04:00
run_swag.py fix n_gpu count when no_cuda flag is activated (#3077) 2020-03-02 10:20:21 -05:00
run_transfo_xl.py GPU text generation: mMoved the encoded_prompt to correct device 2020-01-06 15:11:12 +01:00

Community contributed examples

This folder contains examples which are not actively maintained (mostly contributed by the community).

Using these examples together with a recent version of the library usually requires to make small (sometimes big) adaptations to get the scripts working.