Skip to content

Commit

Permalink
Fix broken links (huggingface#16113)
Browse files Browse the repository at this point in the history
* Update marian.mdx

* Update marian.mdx

* Update docs/source/model_doc/marian.mdx

Co-authored-by: Lysandre Debut <lysandre@huggingface.co>

* Update marian.mdx

Co-authored-by: Lysandre Debut <lysandre@huggingface.co>
  • Loading branch information
kurianbenoy and LysandreJik authored Mar 28, 2022
1 parent 342ff6e commit c88ff66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/model_doc/marian.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ Translations should be similar, but not identical to output in the test set link

- Since Marian models are smaller than many other translation models available in the library, they can be useful for
fine-tuning experiments and integration tests.
- [Fine-tune on GPU](https://github.com/huggingface/transformers/blob/main/examples/research_projects/seq2seq-distillation/train_distil_marian_enro_teacher.sh)
- [Fine-tune on GPU with pytorch-lightning](https://github.com/huggingface/transformers/blob/main/examples/research_projects/seq2seq-distillation/train_distil_marian_no_teacher.sh)
- [Fine-tune on GPU](https://github.com/huggingface/transformers/blob/master/examples/legacy/seq2seq/train_distil_marian_enro.sh)

## Multilingual Models

Expand Down

0 comments on commit c88ff66

Please sign in to comment.