mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00

* 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>
35 lines
942 B
YAML
35 lines
942 B
YAML
- sections:
|
|
- local: index
|
|
title: 🤗 Transformers
|
|
- local: quicktour
|
|
title: Tour rapido
|
|
- local: installation
|
|
title: Installazione
|
|
title: Iniziare
|
|
- sections:
|
|
- local: pipeline_tutorial
|
|
title: Pipeline per l'inferenza
|
|
- local: autoclass_tutorial
|
|
title: Carica istanze pre-allenate con AutoClass
|
|
- local: preprocessing
|
|
title: Preprocess
|
|
- local: training
|
|
title: Mettere a punto un modello pre-addestrato
|
|
- local: accelerate
|
|
title: Allenamento distribuito con 🤗 Accelerate
|
|
- local: model_sharing
|
|
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
|