mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-15 21:01:19 +00:00
* begin do_init * add params_shape_tree * raise error if params are accessed when do_init is False * don't allow do_init=False when keys are missing * make shape tree a property * assign self._params at the end * add test for do_init * add do_init arg to all flax models * fix param setting * disbale do_init for composite models * update test * add do_init in FlaxBigBirdForMultipleChoice * better names and errors * improve test * style * add a warning when do_init=False * remove extra if * set params after _required_params * add test for from_pretrained * do_init => _do_init * chage warning to info * fix typo * add params in init_weights * add params to gpt neo init * add params to init_weights * update do_init test * Trigger CI * Apply suggestions from code review Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com> * update template * trigger CI * style * style * fix template Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com> |
||
|---|---|---|
| .. | ||
| adversarial | ||
| bert-loses-patience | ||
| bertabs | ||
| bertology | ||
| codeparrot | ||
| decision_transformer | ||
| deebert | ||
| distillation | ||
| fsner | ||
| jax-projects | ||
| longform-qa | ||
| luke | ||
| lxmert | ||
| mlm_wwm | ||
| mm-imdb | ||
| movement-pruning | ||
| onnx/summarization | ||
| performer | ||
| pplm | ||
| quantization-qdqbert | ||
| rag | ||
| rag-end2end-retriever | ||
| robust-speech-event | ||
| self-training-text-classification | ||
| seq2seq-distillation | ||
| tapex | ||
| visual_bert | ||
| wav2vec2 | ||
| xtreme-s | ||
| zero-shot-distillation | ||
| 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.