-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Access to Transformers example Pytorch link broken . Impact on navigation as well #25444
Description
Hello there! 👋
Context
Exploring Pytorch translation example
Issue
There seems to be a broken link in Pytorch example in the Translation example, similar to what happened in #24497
| # https://huggingface.co/docs/datasets/loading_datasets.html. |
When I follow the link , the following message appears. And when I click the here link
It redirects me to https://huggingface.co/docs/transformers/main/en/examples with an 404 error.
Potential fix
- Is that ok if I submit a quick fix as in Fix loading dataset docs link in run_translation.py example #24594 ?
- Would it be hard to try to submit a contrib of something like this? ...
specify doc redirects using a
redirects.ymllike in datasets and other libraries: https://github.com/huggingface/datasets/blob/main/docs/source/_redirects.yml
Do you know if this entails more than create than source folder and .yaml file? Would I have to study this?
@sgugger
Keep up the good work!