transformers/examples/contrib
Sylvain Gugger cdc48ce92d
Finalize lm examples (#8188)
* Finish the cleanup of the language-modeling examples

* Update main README

* Apply suggestions from code review

Co-authored-by: Lysandre Debut <lysandre@huggingface.co>

* Apply suggestions from code review

Co-authored-by: Thomas Wolf <thomwolf@users.noreply.github.com>

* Propagate changes

Co-authored-by: Lysandre Debut <lysandre@huggingface.co>
Co-authored-by: Thomas Wolf <thomwolf@users.noreply.github.com>
2020-10-30 14:20:18 -04:00
..
legacy Finalize lm examples (#8188) 2020-10-30 14:20:18 -04:00
mm-imdb [logging] remove no longer needed verbosity override (#7100) 2020-09-15 04:01:14 -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 Black 20 release 2020-08-26 17:20:22 +02:00
run_chinese_ref.py Fix eval ref miss in Chinese WWM. (#8115) 2020-10-29 17:08:39 -04:00
run_openai_gpt.py Black 20 release 2020-08-26 17:20:22 +02:00
run_swag.py [logging] remove no longer needed verbosity override (#7100) 2020-09-15 04:01:14 -04:00
run_transfo_xl.py Transformer-XL: Remove unused parameters (#7087) 2020-09-17 06:10:34 -04: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.