forked from huggingface/transformers
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Italian Translation of migration.mdx (huggingface#22183)
* Tranlstion Italian: migration * Update migration.mdx minor fixes * Update _toctree.yml * Delete migration.mdx * Add italian translation of migration.mdx * Update of migration.mdx translation and toctree
- Loading branch information
Showing
2 changed files
with
375 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,59 @@ | ||
- 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: Fine-tuning di 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: custom_models | ||
title: Condividere modelli personalizzati | ||
- local: run_scripts | ||
title: Addestramento con script | ||
- local: multilingual | ||
title: Modelli multilingua per l'inferenza | ||
- local: converting_tensorflow_models | ||
title: Convertire modelli tensorflow | ||
- local: serialization | ||
title: Esporta modelli Transformers | ||
- local: perf_train_cpu | ||
title: Addestramento efficiente su CPU | ||
- local: perf_train_cpu_many | ||
title: Addestramento efficiente su multiple CPU | ||
- local: big_models | ||
title: Istanziare un big model | ||
- local: debugging | ||
title: Debugging | ||
title: Guide pratiche | ||
- sections: | ||
- local: add_new_pipeline | ||
title: Come aggiungere una pipeline a 🤗 Transformers? | ||
- local: add_new_model | ||
title: Come aggiungere un modello a 🤗 Transformers? | ||
- local: perf_hardware | ||
title: Hardware ottimizzato per l'addestramento | ||
- local: community | ||
title: Risorse della comunità | ||
- local: pr_checks | ||
title: Controlli su una Pull Request | ||
title: Guide How-to | ||
|
||
- 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: Fine-tuning di 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: custom_models | ||
title: Condividere modelli personalizzati | ||
- local: run_scripts | ||
title: Addestramento con script | ||
- local: multilingual | ||
title: Modelli multilingua per l'inferenza | ||
- local: converting_tensorflow_models | ||
title: Convertire modelli tensorflow | ||
- local: serialization | ||
title: Esporta modelli Transformers | ||
- local: perf_train_cpu | ||
title: Addestramento efficiente su CPU | ||
- local: perf_train_cpu_many | ||
title: Addestramento efficiente su multiple CPU | ||
- local: big_models | ||
title: Istanziare un big model | ||
- local: migration | ||
title: Passaggio da pacchetti precedenti | ||
- local: debugging | ||
title: Debugging | ||
title: Guide pratiche | ||
- sections: | ||
- local: add_new_pipeline | ||
title: Come aggiungere una pipeline a 🤗 Transformers? | ||
- local: add_new_model | ||
title: Come aggiungere un modello a 🤗 Transformers? | ||
- local: perf_hardware | ||
title: Hardware ottimizzato per l'addestramento | ||
- local: community | ||
title: Risorse della comunità | ||
- local: pr_checks | ||
title: Controlli su una Pull Request | ||
title: Guide How-to | ||
|
Oops, something went wrong.