-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Access to Transformers examples link broken . Impact on navigation as well #24497
Description
System Info
Context
Hello there! 👋
I´m following Translation Transformers tutorial .
Thanks for making it possible!
Currently running the script run_translation.py and before changing transformers to version 4.31.0.dev the following message appears
| + "Check out https://huggingface.co/transformers/examples.html for the examples corresponding to other " |
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
Would love to give a helping hand here 🙏 like in #24336 and give back to the help I´ve gotten from #24254 but I am a little bit confused with respect to this. The last version in google-indexed examples that seem to work is this , related to v4.15.0 and not v4.30 nor v4.29.2 .
Can you please confirm that you would validate this link
(https://huggingface.co/docs/transformers/v4.15.0/examples) for utils init.py script? If not,
would you provide a useful link or point me in the right direction?
Please let me know if I'm also in the right place, as this could maybe impact website?
Thanks for the time dedicated to this.
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
- Go to link described in utils https://huggingface.co/docs/transformers/examples
- Follow link provided
and find error 404
Expected behavior
Last link to examples, with the stable version. Unclear to me at this point if it is 4.29 or 4.30 or where they are.