From c88ff66cc8d00f399e74c1f7cfa36ccb3568a4da Mon Sep 17 00:00:00 2001 From: Kurian Benoy <24592806+kurianbenoy@users.noreply.github.com> Date: Mon, 28 Mar 2022 15:08:17 +0530 Subject: [PATCH] Fix broken links (#16113) * Update marian.mdx * Update marian.mdx * Update docs/source/model_doc/marian.mdx Co-authored-by: Lysandre Debut * Update marian.mdx Co-authored-by: Lysandre Debut --- docs/source/model_doc/marian.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/model_doc/marian.mdx b/docs/source/model_doc/marian.mdx index 7465ef4d4694cf..7b10c9309a0bb0 100644 --- a/docs/source/model_doc/marian.mdx +++ b/docs/source/model_doc/marian.mdx @@ -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