transformers/examples/legacy
2021-05-10 11:16:48 +05:30
..
multiple_choice Improve pytorch examples for fp16 (#9796) 2021-01-26 04:47:07 -05:00
pytorch-lightning [RAG] Add Ray implementation for distributed retrieval (#9197) 2020-12-21 10:39:30 +01:00
question-answering make style (#11442) 2021-04-26 13:50:34 +02:00
seq2seq make style (#11442) 2021-04-26 13:50:34 +02:00
text-classification Trainer push to hub (#11328) 2021-04-23 09:17:37 -04:00
token-classification [Examples] Fix invalid links after reorg (#11650) 2021-05-10 11:16:48 +05:30
README.md Reorganize examples (#9010) 2020-12-11 10:07:02 -05:00
run_camembert.py [examples] make run scripts executable (#10037) 2021-02-05 15:51:18 -08:00
run_chinese_ref.py [examples] make run scripts executable (#10037) 2021-02-05 15:51:18 -08:00
run_language_modeling.py [examples] make run scripts executable (#10037) 2021-02-05 15:51:18 -08:00
run_openai_gpt.py make style (#11442) 2021-04-26 13:50:34 +02:00
run_swag.py make style (#11442) 2021-04-26 13:50:34 +02:00
run_transfo_xl.py [examples] make run scripts executable (#10037) 2021-02-05 15:51:18 -08:00

Legacy 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.