transformers/examples/legacy
Allan Lin 91ff480e26
Update namespaces inside torch.utils.data to the latest. (#13167)
* Update torch.utils.data namespaces to the latest.

* Format

* Update Dataloader.

* Style
2021-08-19 14:29:51 +02:00
..
multiple_choice Update namespaces inside torch.utils.data to the latest. (#13167) 2021-08-19 14:29:51 +02:00
pytorch-lightning rm require_version_examples (#12088) 2021-06-09 11:02:52 -07:00
question-answering remove extra white space from log format (#12360) 2021-06-25 13:20:14 -07:00
seq2seq Update namespaces inside torch.utils.data to the latest. (#13167) 2021-08-19 14:29:51 +02:00
text-classification remove extra white space from log format (#12360) 2021-06-25 13:20:14 -07:00
token-classification Update namespaces inside torch.utils.data to the latest. (#13167) 2021-08-19 14:29:51 +02:00
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 remove extra white space from log format (#12360) 2021-06-25 13:20:14 -07:00
run_openai_gpt.py remove extra white space from log format (#12360) 2021-06-25 13:20:14 -07:00
run_swag.py remove extra white space from log format (#12360) 2021-06-25 13:20:14 -07:00
run_transfo_xl.py remove extra white space from log format (#12360) 2021-06-25 13:20:14 -07:00

README.md

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.