transformers/examples/research_projects
Sylvain Gugger 6f79d26442
Update quality tooling for formatting (#21480)
* Result of black 23.1

* Update target to Python 3.7

* Switch flake8 to ruff

* Configure isort

* Configure isort

* Apply isort with line limit

* Put the right black version

* adapt black in check copies

* Fix copies
2023-02-06 18:10:56 -05:00
..
adversarial Update quality tooling for formatting (#21480) 2023-02-06 18:10:56 -05:00
bert-loses-patience Update quality tooling for formatting (#21480) 2023-02-06 18:10:56 -05:00
bertabs Update quality tooling for formatting (#21480) 2023-02-06 18:10:56 -05:00
bertology Black preview (#17217) 2022-05-12 16:25:55 -04:00
codeparrot Update quality tooling for formatting (#21480) 2023-02-06 18:10:56 -05:00
decision_transformer Update quality tooling for formatting (#21480) 2023-02-06 18:10:56 -05:00
deebert Update quality tooling for formatting (#21480) 2023-02-06 18:10:56 -05:00
distillation Update quality tooling for formatting (#21480) 2023-02-06 18:10:56 -05:00
fsner Black preview (#17217) 2022-05-12 16:25:55 -04:00
information-gain-filtration Update quality tooling for formatting (#21480) 2023-02-06 18:10:56 -05:00
jax-projects Update quality tooling for formatting (#21480) 2023-02-06 18:10:56 -05:00
layoutlmv3 Update examples with image processors (#21155) 2023-01-19 15:14:58 +00:00
longform-qa Update quality tooling for formatting (#21480) 2023-02-06 18:10:56 -05:00
luke Update quality tooling for formatting (#21480) 2023-02-06 18:10:56 -05:00
lxmert Update quality tooling for formatting (#21480) 2023-02-06 18:10:56 -05:00
mlm_wwm Update quality tooling for formatting (#21480) 2023-02-06 18:10:56 -05:00
mm-imdb Update quality tooling for formatting (#21480) 2023-02-06 18:10:56 -05:00
movement-pruning Update quality tooling for formatting (#21480) 2023-02-06 18:10:56 -05:00
onnx/summarization Update quality tooling for formatting (#21480) 2023-02-06 18:10:56 -05:00
performer Update quality tooling for formatting (#21480) 2023-02-06 18:10:56 -05:00
pplm Update quality tooling for formatting (#21480) 2023-02-06 18:10:56 -05:00
quantization-qdqbert Update quality tooling for formatting (#21480) 2023-02-06 18:10:56 -05:00
rag Update quality tooling for formatting (#21480) 2023-02-06 18:10:56 -05:00
rag-end2end-retriever Update quality tooling for formatting (#21480) 2023-02-06 18:10:56 -05:00
robust-speech-event Update quality tooling for formatting (#21480) 2023-02-06 18:10:56 -05:00
self-training-text-classification Update quality tooling for formatting (#21480) 2023-02-06 18:10:56 -05:00
seq2seq-distillation Update quality tooling for formatting (#21480) 2023-02-06 18:10:56 -05:00
tapex Update quality tooling for formatting (#21480) 2023-02-06 18:10:56 -05:00
visual_bert Update quality tooling for formatting (#21480) 2023-02-06 18:10:56 -05:00
vqgan-clip Update quality tooling for formatting (#21480) 2023-02-06 18:10:56 -05:00
wav2vec2 Update quality tooling for formatting (#21480) 2023-02-06 18:10:56 -05:00
xtreme-s Update quality tooling for formatting (#21480) 2023-02-06 18:10:56 -05:00
zero-shot-distillation Updates the default branch from master to main (#16326) 2022-03-23 03:46:59 -04:00
README.md Reorganize examples (#9010) 2020-12-11 10:07:02 -05:00

Research projects

This folder contains various research projects using 🤗 Transformers. They are not maintained and require a specific version of 🤗 Transformers that is indicated in the requirements file of each folder. Updating them to the most recent version of the library will require some work.

To use any of them, just run the command

pip install -r requirements.txt

inside the folder of your choice.

If you need help with any of those, contact the author(s), indicated at the top of the README of each folder.