-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Colab Translation notebook link not found #24341
Description
System Info
Hello There!
First and foremost, congrats for Transformers Translation tutorial. 👍
It serves as a Spark for building english-to-many translation languages models!
I´m following it along with TF mostly reproducing it in a jupyter Notebook with TF for mac with GPU enabled
At the end of the Train section , it is showed
For a more in-depth example of how to finetune a model for translation, take a look at the corresponding PyTorch notebook or TensorFlow notebook.
Inside the notebook, at cell [4] , there shows a message
You can find a script version of this notebook to fine-tune your model in a distributed fashion using multiple GPUs or TPUs here.
The link is broken .
Potential fix.
Maybe it could point to Transformer performance docs if you want to go for a more general overview or some specific part of run_translation.py script facilitated by team member here during #24254 help? Please , don't hesitate to share the link as there could be a benefit in implementing it
Thanks so much for the time dedicated to this
Keep up the amazing work in the Open!
Who can help?
Information
- The official example scripts
- My own modified scripts
Tasks
- An officially supported task in the
examplesfolder (such as GLUE/SQuAD, ...) - My own task or dataset (give details below)
Reproduction
- Follow tutorial in docs . Go to Notebook at the end of Train Section
- Go to Tensorflow Notebook
- Click link in cell [4] . It seems to go to /seq2seq examples
Expected behavior
The link should point at a fine-tune script version of the notebook, or at least to docs