[docs] Spanish translation of tasks_explained.md (#29224)

* Add tasks_explained.md to es/

* Fix little typo in en/ version

* translate speach/audio section

* translate part of vision computer section | fix little typo in en/

* Fix little typo in en/

* Translate vision computer section | remove ** ** to * * in both files

* Translate NLP section | fix link to task/translation in en/

* Updete link in es/tasks_summary.md

* Fix task_summary title link
This commit is contained in:
Aaron Jimenez
2024-02-26 08:18:15 -08:00
committed by GitHub
parent 8f2f0f0f85
commit 9f7535bda8
4 changed files with 299 additions and 9 deletions

View File

@@ -286,7 +286,7 @@ BART adapts to translation by adding a separate randomly initialized encoder to
BART has since been followed up by a multilingual version, mBART, intended for translation and pretrained on many different languages.
Ready to try your hand at translation? Check out our complete [translation guide](tasks/summarization) to learn how to finetune T5 and use it for inference!
Ready to try your hand at translation? Check out our complete [translation guide](tasks/translation) to learn how to finetune T5 and use it for inference!
<Tip>