transformers/examples/contrib
Julien Chaumond d4c2cb402d
Kill model archive maps (#4636)
* Kill model archive maps

* Fixup

* Also kill model_archive_map for MaskedBertPreTrainedModel

* Unhook config_archive_map

* Tokenizers: align with model id changes

* make style && make quality

* Fix CI
2020-06-02 09:39:33 -04:00
..
mm-imdb Kill model archive maps (#4636) 2020-06-02 09:39:33 -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 Kill model archive maps (#4636) 2020-06-02 09:39:33 -04:00
run_transfo_xl.py [Tests, GPU, SLOW] fix a bunch of GPU hardcoded tests in Pytorch (#4468) 2020-05-19 21:35:04 +02: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.