Add Italian translation of create_model.mdx and serialization.mdx (#17640)
* First commit * final changes * Changed create_model to create_a_model Translated into crea un'architettura personalizzata in the file it/_toctree.yml * Added _toctree.yml in the italian translation loca: serialization title Esporta modelli transformers * Edit translation for create_model.mdx * t with '#' will be ignored, and an empty message aborts the commit. * Added file serialization for translation in italian * Fix toctree serialization position I checked the eng toctree and realized I made a mistake. * Update _toctree.yml Correct spacing Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
This commit is contained in:
@@ -21,10 +21,14 @@
|
||||
title: Condividere un modello
|
||||
title: Esercitazione
|
||||
- sections:
|
||||
- local: create_a_model
|
||||
title: Crea un'architettura personalizzata
|
||||
- local: run_scripts
|
||||
title: Addestramento con script
|
||||
- local: multilingual
|
||||
title: Modelli multilingua per l'inferenza
|
||||
- local: serialization
|
||||
title: Esporta modelli Transformers
|
||||
- sections:
|
||||
- local: debugging
|
||||
title: Debugging
|
||||
|
||||
Reference in New Issue
Block a user