transformers/examples/legacy
Lysandre Debut f497f564bb
Update all references to canonical models (#29001)
* Script & Manual edition

* Update
2024-02-16 08:16:58 +01:00
..
benchmarking Update all references to canonical models (#29001) 2024-02-16 08:16:58 +01:00
multiple_choice Add many missing spaces in adjacent strings (#26751) 2023-10-12 10:28:40 +02:00
pytorch-lightning [Styling] stylify using ruff (#27144) 2023-11-16 17:43:19 +01:00
question-answering Update all references to canonical models (#29001) 2024-02-16 08:16:58 +01:00
seq2seq Update all references to canonical models (#29001) 2024-02-16 08:16:58 +01:00
token-classification Update all references to canonical models (#29001) 2024-02-16 08:16:58 +01:00
README.md Reorganize examples (#9010) 2020-12-11 10:07:02 -05:00
run_camembert.py Update all references to canonical models (#29001) 2024-02-16 08:16:58 +01:00
run_chinese_ref.py Update quality tooling for formatting (#21480) 2023-02-06 18:10:56 -05:00
run_language_modeling.py Add many missing spaces in adjacent strings (#26751) 2023-10-12 10:28:40 +02:00
run_openai_gpt.py Update all references to canonical models (#29001) 2024-02-16 08:16:58 +01:00
run_swag.py [Docs] Fix spelling and grammar mistakes (#28825) 2024-02-02 08:45:00 +01:00
run_transfo_xl.py Update all references to canonical models (#29001) 2024-02-16 08:16:58 +01: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.