transformers/examples/research_projects
dependabot[bot] fc296f419e
Bump pillow from 9.3.0 to 10.0.1 in /examples/research_projects/decision_transformer (#26580)
Bump pillow in /examples/research_projects/decision_transformer

Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.3.0 to 10.0.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/9.3.0...10.0.1)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-04 11:52:46 +02:00
..
adversarial Update quality tooling for formatting (#21480) 2023-02-06 18:10:56 -05:00
bert-loses-patience Fix some docs what layerdrop does (#23691) 2023-05-23 14:50:40 -04: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 Fix TypeError: Object of type int64 is not JSON serializable (#24340) 2023-06-27 12:15:49 +01:00
decision_transformer Bump pillow from 9.3.0 to 10.0.1 in /examples/research_projects/decision_transformer (#26580) 2023-10-04 11:52:46 +02:00
deebert Apply ruff flake8-comprehensions (#21694) 2023-02-22 09:14:54 +01:00
distillation Bump gitpython from 3.1.30 to 3.1.32 in /examples/research_projects/distillation (#25468) 2023-08-13 19:47:04 +02:00
fsner Fix TypeError: Object of type int64 is not JSON serializable (#24340) 2023-06-27 12:15:49 +01:00
information-gain-filtration Update quality tooling for formatting (#21480) 2023-02-06 18:10:56 -05:00
jax-projects docs: add space to docs (#26067) 2023-09-11 22:03:26 +01:00
layoutlmv3 Fix quality due to ruff release 2023-03-22 20:45:08 -04:00
longform-qa Apply ruff flake8-comprehensions (#21694) 2023-02-22 09:14:54 +01:00
luke Fix .push_to_hub and cleanup get_full_repo_name usage (#25120) 2023-07-28 11:40:08 +02:00
lxmert Bump urllib3 from 1.26.5 to 1.26.17 in /examples/research_projects/lxmert (#26551) 2023-10-03 08:54:50 +02:00
mlm_wwm docs: add space to docs (#26067) 2023-09-11 22:03:26 +01:00
mm-imdb Apply ruff flake8-comprehensions (#21694) 2023-02-22 09:14:54 +01:00
movement-pruning Apply ruff flake8-comprehensions (#21694) 2023-02-22 09:14:54 +01:00
onnx/summarization Apply ruff flake8-comprehensions (#21694) 2023-02-22 09:14:54 +01:00
performer docs: add space to docs (#26067) 2023-09-11 22:03:26 +01:00
pplm Apply ruff flake8-comprehensions (#21694) 2023-02-22 09:14:54 +01:00
quantization-qdqbert Avoid invalid escape sequences, use raw strings (#22936) 2023-04-25 09:17:56 -04:00
rag Update RAG README.md with correct path to examples/seq2seq (#25953) 2023-09-05 12:31:59 +01:00
rag-end2end-retriever Fix quality due to ruff release 2023-03-22 20:45:08 -04:00
robust-speech-event Fix typo (#25966) 2023-09-05 10:12:25 +02:00
self-training-text-classification Update quality tooling for formatting (#21480) 2023-02-06 18:10:56 -05:00
seq2seq-distillation Fix quality due to ruff release 2023-03-22 20:45:08 -04:00
tapex Apply ruff flake8-comprehensions (#21694) 2023-02-22 09:14:54 +01:00
visual_bert Bump urllib3 from 1.26.5 to 1.26.17 in /examples/research_projects/visual_bert (#26552) 2023-10-03 08:55:01 +02:00
vqgan-clip Apply ruff flake8-comprehensions (#21694) 2023-02-22 09:14:54 +01:00
wav2vec2 Fix typo (#25966) 2023-09-05 10:12:25 +02:00
xtreme-s Fix typo (#25966) 2023-09-05 10:12:25 +02:00
zero-shot-distillation Fix quality due to ruff release 2023-03-22 20:45:08 -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.