transformers/examples/research_projects
Klaus Hipp 721ee783ca
[Docs] Fix spelling and grammar mistakes (#28825)
* Fix typos and grammar mistakes in docs and examples

* Fix typos in docstrings and comments

* Fix spelling of `tokenizer` in model tests

* Remove erroneous spaces in decorators

* Remove extra spaces in Markdown link texts
2024-02-02 08:45:00 +01:00
..
adversarial Update quality tooling for formatting (#21480) 2023-02-06 18:10:56 -05:00
bert-loses-patience [Docs] Fix spelling and grammar mistakes (#28825) 2024-02-02 08:45:00 +01:00
bertabs Apply ruff flake8-comprehensions (#21694) 2023-02-22 09:14:54 +01:00
bertology Apply ruff flake8-comprehensions (#21694) 2023-02-22 09:14:54 +01:00
codeparrot [Docs] Fix spelling and grammar mistakes (#28825) 2024-02-02 08:45:00 +01:00
decision_transformer Bump jinja2 from 2.11.3 to 3.1.3 in /examples/research_projects/decision_transformer (#28457) 2024-01-12 15:28:55 +01:00
deebert [Docs] Fix spelling and grammar mistakes (#28825) 2024-02-02 08:45:00 +01:00
distillation [Docs] Fix spelling and grammar mistakes (#28825) 2024-02-02 08:45:00 +01:00
fsner Fix TypeError: Object of type int64 is not JSON serializable (#24340) 2023-06-27 12:15:49 +01:00
information-gain-filtration Add many missing spaces in adjacent strings (#26751) 2023-10-12 10:28:40 +02:00
jax-projects Fix input data file extension in examples (#28741) 2024-01-29 10:06:31 +00:00
layoutlmv3 Remove-auth-token (#27060) 2023-11-13 14:20:54 +01:00
longform-qa [`Styling`] stylify using ruff (#27144) 2023-11-16 17:43:19 +01:00
luke Fix input data file extension in examples (#28741) 2024-01-29 10:06:31 +00:00
lxmert [`Styling`] stylify using ruff (#27144) 2023-11-16 17:43:19 +01:00
mlm_wwm Fix input data file extension in examples (#28741) 2024-01-29 10:06:31 +00:00
mm-imdb [Docs] Fix spelling and grammar mistakes (#28825) 2024-02-02 08:45:00 +01:00
movement-pruning [`Styling`] stylify using ruff (#27144) 2023-11-16 17:43:19 +01:00
onnx/summarization Apply ruff flake8-comprehensions (#21694) 2023-02-22 09:14:54 +01:00
performer Fix input data file extension in examples (#28741) 2024-01-29 10:06:31 +00:00
pplm Add many missing spaces in adjacent strings (#26751) 2023-10-12 10:28:40 +02:00
quantization-qdqbert [Docs] Fix spelling and grammar mistakes (#28825) 2024-02-02 08:45:00 +01:00
rag Broken links fixed related to datasets docs (#27569) 2023-11-17 13:44:09 -08:00
rag-end2end-retriever Broken links fixed related to datasets docs (#27569) 2023-11-17 13:44:09 -08:00
robust-speech-event Broken links fixed related to datasets docs (#27569) 2023-11-17 13:44:09 -08:00
self-training-text-classification Update quality tooling for formatting (#21480) 2023-02-06 18:10:56 -05:00
seq2seq-distillation [Docs] Fix spelling and grammar mistakes (#28825) 2024-02-02 08:45:00 +01:00
tapex Broken links fixed related to datasets docs (#27569) 2023-11-17 13:44:09 -08:00
visual_bert [`Styling`] stylify using ruff (#27144) 2023-11-16 17:43:19 +01:00
vqgan-clip Apply ruff flake8-comprehensions (#21694) 2023-02-22 09:14:54 +01:00
wav2vec2 [Docs] Fix spelling and grammar mistakes (#28825) 2024-02-02 08:45:00 +01:00
xtreme-s Remove-auth-token (#27060) 2023-11-13 14:20:54 +01:00
zero-shot-distillation Add many missing spaces in adjacent strings (#26751) 2023-10-12 10:28:40 +02:00
README.md Reorganize examples (#9010) 2020-12-11 10:07:02 -05:00

README.md

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.