We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello there! 👋
Exploring Pytorch translation example
There seems to be a broken link in Pytorch example in the Translation example, similar to what happened in #24497
transformers/examples/pytorch/translation/run_translation.py
Line 381 in 3470012
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.
specify doc redirects using a redirects.yml like in datasets and other libraries: https://github.com/huggingface/datasets/blob/main/docs/source/_redirects.yml
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!
The text was updated successfully, but these errors were encountered:
For the redirects, you will have to see with the datasets team on their repo :-) As for Transformers, happy to look at a PR fixing the link!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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
transformers/examples/pytorch/translation/run_translation.py
Line 381 in 3470012
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
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!
The text was updated successfully, but these errors were encountered: