Skip to content

Commit

Permalink
Update training_zoo.mdx (#1397)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvalkirstain authored May 7, 2023
1 parent e965d59 commit 6e81938
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/usage_guides/training_zoo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ These examples showcase every feature in Accelerate at once that was shown in "F

- [Complete NLP example](https://github.com/huggingface/accelerate/blob/main/examples/complete_nlp_example.py)
- [Complete computer vision example](https://github.com/huggingface/accelerate/blob/main/examples/complete_cv_example.py)
- [Very complete and extensible vision example](https://github.com/yuvalkirstain/PickScore)
- [Causal language model fine-tuning example](https://github.com/huggingface/transformers/blob/main/examples/pytorch/language-modeling/run_clm_no_trainer.py)
- [Masked language model fine-tuning example](https://github.com/huggingface/transformers/blob/main/examples/pytorch/language-modeling/run_mlm_no_trainer.py)
- [Speech pretraining example](https://github.com/huggingface/transformers/blob/main/examples/pytorch/speech-pretraining/run_wav2vec2_pretraining_no_trainer.py)
Expand Down Expand Up @@ -114,4 +115,4 @@ These are tutorials from libraries that integrate with 🤗 Accelerate:

### trlx

- [How to implement a sentiment learning task with trlx](https://github.com/CarperAI/trlx#example-how-to-add-a-task)
- [How to implement a sentiment learning task with trlx](https://github.com/CarperAI/trlx#example-how-to-add-a-task)

0 comments on commit 6e81938

Please sign in to comment.