transformers/examples/research_projects
dependabot[bot] b8648290d2
Bump flask from 2.0.3 to 2.3.2 in /examples/research_projects/decision_transformer (#23094)
Bump flask in /examples/research_projects/decision_transformer

Bumps [flask](https://github.com/pallets/flask) from 2.0.3 to 2.3.2.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/flask/compare/2.0.3...2.3.2)

---
updated-dependencies:
- dependency-name: flask
  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-05-01 20:15:11 -04:00
..
adversarial Update quality tooling for formatting (#21480) 2023-02-06 18:10:56 -05:00
bert-loses-patience Apply ruff flake8-comprehensions (#21694) 2023-02-22 09:14:54 +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 Apply ruff flake8-comprehensions (#21694) 2023-02-22 09:14:54 +01:00
decision_transformer Bump flask from 2.0.3 to 2.3.2 in /examples/research_projects/decision_transformer (#23094) 2023-05-01 20:15:11 -04:00
deebert Apply ruff flake8-comprehensions (#21694) 2023-02-22 09:14:54 +01:00
distillation Apply ruff flake8-comprehensions (#21694) 2023-02-22 09:14:54 +01: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 Apply ruff flake8-comprehensions (#21694) 2023-02-22 09:14:54 +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 Update quality tooling for formatting (#21480) 2023-02-06 18:10:56 -05:00
lxmert Apply ruff flake8-comprehensions (#21694) 2023-02-22 09:14:54 +01:00
mlm_wwm Update quality tooling for formatting (#21480) 2023-02-06 18:10:56 -05: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 Update quality tooling for formatting (#21480) 2023-02-06 18:10:56 -05: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 Fix quality due to ruff release 2023-03-22 20:45:08 -04:00
rag-end2end-retriever Fix quality due to ruff release 2023-03-22 20:45:08 -04:00
robust-speech-event Apply ruff flake8-comprehensions (#21694) 2023-02-22 09:14:54 +01: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 Apply ruff flake8-comprehensions (#21694) 2023-02-22 09:14:54 +01:00
vqgan-clip Apply ruff flake8-comprehensions (#21694) 2023-02-22 09:14:54 +01:00
wav2vec2 Avoid invalid escape sequences, use raw strings (#22936) 2023-04-25 09:17:56 -04:00
xtreme-s Apply ruff flake8-comprehensions (#21694) 2023-02-22 09:14:54 +01: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

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.