transformers/docs/source/es/_toctree.yml
Omar U. Espejel 1a66a6c677
Translate index.mdx (to ES) and add Spanish models to quicktour.mdx examples (#16685)
* Change nits in Spanish for quicktour.mdx

- Add tasks names in English too.
- Fix small nits in Spanish

* Translate index.mdx to Spanish

* Translate body of index.
* Translated the compatible models list (not the papers´ names). Since this should not be updated manually, I can come back to the original text.

* Add models and a  dataset for Spanish in the code exmaples

* Replaced the English models to Spanish versions.

* Add index to _toctree.yml and fix Spanish

* Fix double ““ error

* Change negative example in ASR example

* make style

* Debug style in quicktour.mdx
2022-05-11 23:35:07 -05:00

36 lines
904 B
YAML

- sections:
- local: index
title: 🤗 Transformers
- local: quicktour
title: Tour rápido
- local: installation
title: Instalación
title: Empezar
- sections:
- local: pipeline_tutorial
title: Pipelines para inferencia
- local: autoclass_tutorial
title: Carga instancias preentrenadas con un AutoClass
- local: training
title: Fine-tuning a un modelo pre-entrenado
- local: accelerate
title: Entrenamiento distribuido con 🤗 Accelerate
title: Tutoriales
- sections:
- local: fast_tokenizers
title: Usa tokenizadores de 🤗 Tokenizers
- sections:
- local: language_modeling
title: Modelado de lenguaje
title: Fine-tuning para tareas posteriores
- local: multilingual
title: Modelos multilingües para inferencia
title: Guías prácticas
- sections:
- local: philosophy
title: Filosofía
title: Guías conceptuales