transformers/examples/research_projects
dependabot[bot] bece55d8f9
Bump urllib3 from 1.26.17 to 1.26.18 in /examples/research_projects/decision_transformer (#26889)
Bump urllib3 in /examples/research_projects/decision_transformer

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 to 1.26.18.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.17...1.26.18)

---
updated-dependencies:
- dependency-name: urllib3
  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-18 13:31:06 +02:00
..
adversarial
bert-loses-patience Add many missing spaces in adjacent strings (#26751) 2023-10-12 10:28:40 +02:00
bertabs
bertology
codeparrot Fix TypeError: Object of type int64 is not JSON serializable (#24340) 2023-06-27 12:15:49 +01:00
decision_transformer Bump urllib3 from 1.26.17 to 1.26.18 in /examples/research_projects/decision_transformer (#26889) 2023-10-18 13:31:06 +02:00
deebert Add many missing spaces in adjacent strings (#26751) 2023-10-12 10:28:40 +02:00
distillation Add many missing spaces in adjacent strings (#26751) 2023-10-12 10:28:40 +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 Add many missing spaces in adjacent strings (#26751) 2023-10-12 10:28:40 +02:00
jax-projects Add many missing spaces in adjacent strings (#26751) 2023-10-12 10:28:40 +02:00
layoutlmv3
longform-qa
luke Add many missing spaces in adjacent strings (#26751) 2023-10-12 10:28:40 +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 Add many missing spaces in adjacent strings (#26751) 2023-10-12 10:28:40 +02:00
mm-imdb Add many missing spaces in adjacent strings (#26751) 2023-10-12 10:28:40 +02:00
movement-pruning Add many missing spaces in adjacent strings (#26751) 2023-10-12 10:28:40 +02:00
onnx/summarization
performer Add many missing spaces in adjacent strings (#26751) 2023-10-12 10:28:40 +02:00
pplm Add many missing spaces in adjacent strings (#26751) 2023-10-12 10:28:40 +02:00
quantization-qdqbert Add many missing spaces in adjacent strings (#26751) 2023-10-12 10:28:40 +02:00
rag Add many missing spaces in adjacent strings (#26751) 2023-10-12 10:28:40 +02:00
rag-end2end-retriever Add many missing spaces in adjacent strings (#26751) 2023-10-12 10:28:40 +02:00
robust-speech-event Add many missing spaces in adjacent strings (#26751) 2023-10-12 10:28:40 +02:00
self-training-text-classification
seq2seq-distillation Add many missing spaces in adjacent strings (#26751) 2023-10-12 10:28:40 +02:00
tapex Add many missing spaces in adjacent strings (#26751) 2023-10-12 10:28:40 +02:00
visual_bert Bump urllib3 from 1.26.17 to 1.26.18 in /examples/research_projects/visual_bert (#26890) 2023-10-18 04:30:50 -07:00
vqgan-clip
wav2vec2 Add many missing spaces in adjacent strings (#26751) 2023-10-12 10:28:40 +02:00
xtreme-s Add many missing spaces in adjacent strings (#26751) 2023-10-12 10:28:40 +02:00
zero-shot-distillation Add many missing spaces in adjacent strings (#26751) 2023-10-12 10:28:40 +02: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.