transformers/examples/research_projects
dependabot[bot] efd7c021ee
Bump certifi in /examples/research_projects/decision_transformer (#20677)
Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](https://github.com/certifi/python-certifi/compare/2021.10.08...2022.12.07)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-08 11:15:11 -05:00
..
adversarial Black preview (#17217) 2022-05-12 16:25:55 -04:00
bert-loses-patience Black preview (#17217) 2022-05-12 16:25:55 -04:00
bertabs Black preview (#17217) 2022-05-12 16:25:55 -04:00
bertology Black preview (#17217) 2022-05-12 16:25:55 -04:00
codeparrot Add an examples folder for code downstream tasks (#18679) 2022-08-18 18:24:24 +02:00
decision_transformer Bump certifi in /examples/research_projects/decision_transformer (#20677) 2022-12-08 11:15:11 -05:00
deebert Black preview (#17217) 2022-05-12 16:25:55 -04:00
distillation Fix some typos. (#17560) 2022-07-11 05:00:13 -04:00
fsner Black preview (#17217) 2022-05-12 16:25:55 -04:00
information-gain-filtration Fix style 2022-05-18 10:46:40 -04:00
jax-projects Change link of repojacking vulnerable link (#19393) 2022-10-06 23:06:39 +02:00
layoutlmv3 Add pillow to layoutlmv3 example requirements.txt (#19663) 2022-10-17 08:41:57 -04:00
longform-qa Black preview (#17217) 2022-05-12 16:25:55 -04:00
luke Black preview (#17217) 2022-05-12 16:25:55 -04:00
lxmert Bump certifi in /examples/research_projects/lxmert (#20672) 2022-12-08 11:14:54 -05:00
mlm_wwm Fix: update ltp word segmentation call in mlm_wwm (#19047) 2022-09-20 09:20:38 -04:00
mm-imdb Black preview (#17217) 2022-05-12 16:25:55 -04:00
movement-pruning Black preview (#17217) 2022-05-12 16:25:55 -04:00
onnx/summarization Generate: move generation_*.py src files into generation/*.py (#20096) 2022-11-09 15:34:08 +00:00
performer [JAX] Replace all jax.tree_* calls with jax.tree_util.tree_* (#18361) 2022-09-09 15:18:56 +02:00
pplm Black preview (#17217) 2022-05-12 16:25:55 -04:00
quantization-qdqbert Fixed bug which caused overwrite_cache to always be True (#19000) 2022-09-13 11:29:48 -04:00
rag Black preview (#17217) 2022-05-12 16:25:55 -04:00
rag-end2end-retriever Rag end2end new (#17650) 2022-06-14 14:56:32 +02:00
robust-speech-event Replace unsupported facebookresearch/bitsandbytes (#20093) 2022-11-07 08:52:03 -05:00
self-training-text-classification Black preview (#17217) 2022-05-12 16:25:55 -04:00
seq2seq-distillation add in layer gpt2 tokenizer (#20421) 2022-11-29 10:02:40 -05:00
tapex transformers-cli login => huggingface-cli login (#18490) 2022-08-06 09:42:55 +02:00
visual_bert Clean up deprecation warnings (#19654) 2022-10-18 13:34:47 -04:00
wav2vec2 add wav2vec2_alignment (#16782) 2022-09-27 13:12:56 +02:00
xtreme-s transformers-cli login => huggingface-cli login (#18490) 2022-08-06 09:42:55 +02: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.