Split docs on modality (#18205)
* update
* 🖍 add missing files
* 📝 add nested sections
* 🖍 align titles with tasks
* oops
* remove quotes from titles
This commit is contained in:
@@ -21,44 +21,55 @@
|
|||||||
title: Share a model
|
title: Share a model
|
||||||
title: Tutorials
|
title: Tutorials
|
||||||
- sections:
|
- sections:
|
||||||
- local: fast_tokenizers
|
|
||||||
title: Use tokenizers from 🤗 Tokenizers
|
|
||||||
- local: create_a_model
|
|
||||||
title: Create a custom architecture
|
|
||||||
- local: custom_models
|
|
||||||
title: Sharing custom models
|
|
||||||
- sections:
|
- sections:
|
||||||
- local: tasks/sequence_classification
|
- local: create_a_model
|
||||||
title: Text classification
|
title: Create a custom architecture
|
||||||
- local: tasks/token_classification
|
- local: custom_models
|
||||||
title: Token classification
|
title: Sharing custom models
|
||||||
- local: tasks/question_answering
|
- local: run_scripts
|
||||||
title: Question answering
|
title: Train with a script
|
||||||
- local: tasks/language_modeling
|
- local: sagemaker
|
||||||
title: Language modeling
|
title: Run training on Amazon SageMaker
|
||||||
- local: tasks/translation
|
- local: converting_tensorflow_models
|
||||||
title: Translation
|
title: Converting TensorFlow Checkpoints
|
||||||
- local: tasks/summarization
|
- local: serialization
|
||||||
title: Summarization
|
title: Export 🤗 Transformers models
|
||||||
- local: tasks/multiple_choice
|
- local: troubleshooting
|
||||||
title: Multiple choice
|
title: Troubleshoot
|
||||||
|
title: General usage
|
||||||
|
- sections:
|
||||||
|
- local: fast_tokenizers
|
||||||
|
title: Use tokenizers from 🤗 Tokenizers
|
||||||
|
- local: multilingual
|
||||||
|
title: Inference for multilingual models
|
||||||
|
- sections:
|
||||||
|
- local: tasks/sequence_classification
|
||||||
|
title: Text classification
|
||||||
|
- local: tasks/token_classification
|
||||||
|
title: Token classification
|
||||||
|
- local: tasks/question_answering
|
||||||
|
title: Question answering
|
||||||
|
- local: tasks/language_modeling
|
||||||
|
title: Language modeling
|
||||||
|
- local: tasks/translation
|
||||||
|
title: Translation
|
||||||
|
- local: tasks/summarization
|
||||||
|
title: Summarization
|
||||||
|
- local: tasks/multiple_choice
|
||||||
|
title: Multiple choice
|
||||||
|
title: Task guides
|
||||||
|
isExpanded: false
|
||||||
|
title: Natural Language Processing
|
||||||
|
- sections:
|
||||||
- local: tasks/audio_classification
|
- local: tasks/audio_classification
|
||||||
title: Audio classification
|
title: Audio classification
|
||||||
- local: tasks/asr
|
- local: tasks/asr
|
||||||
title: Automatic speech recognition
|
title: Automatic speech recognition
|
||||||
|
title: Audio
|
||||||
|
- sections:
|
||||||
- local: tasks/image_classification
|
- local: tasks/image_classification
|
||||||
title: Image classification
|
title: Image classification
|
||||||
title: Fine-tune for downstream tasks
|
title: Computer Vision
|
||||||
- local: run_scripts
|
|
||||||
title: Train with a script
|
|
||||||
- local: sagemaker
|
|
||||||
title: Run training on Amazon SageMaker
|
|
||||||
- local: multilingual
|
|
||||||
title: Inference for multilingual models
|
|
||||||
- local: converting_tensorflow_models
|
|
||||||
title: Converting TensorFlow Checkpoints
|
|
||||||
- local: serialization
|
|
||||||
title: Export 🤗 Transformers models
|
|
||||||
- sections:
|
- sections:
|
||||||
- local: performance
|
- local: performance
|
||||||
title: Overview
|
title: Overview
|
||||||
@@ -84,31 +95,31 @@
|
|||||||
title: Inference on Specialized Hardware
|
title: Inference on Specialized Hardware
|
||||||
- local: perf_hardware
|
- local: perf_hardware
|
||||||
title: Custom hardware for training
|
title: Custom hardware for training
|
||||||
|
- local: big_models
|
||||||
|
title: Instantiating a big model
|
||||||
|
- local: debugging
|
||||||
|
title: Debugging
|
||||||
title: Performance and scalability
|
title: Performance and scalability
|
||||||
- local: big_models
|
- sections:
|
||||||
title: Instantiating a big model
|
- local: contributing
|
||||||
|
title: How to contribute to transformers?
|
||||||
|
- local: add_new_model
|
||||||
|
title: How to add a model to 🤗 Transformers?
|
||||||
|
- local: add_new_pipeline
|
||||||
|
title: How to add a pipeline to 🤗 Transformers?
|
||||||
|
- local: testing
|
||||||
|
title: Testing
|
||||||
|
- local: pr_checks
|
||||||
|
title: Checks on a Pull Request
|
||||||
|
title: Contribute
|
||||||
|
- local: notebooks
|
||||||
|
title: 🤗 Transformers Notebooks
|
||||||
|
- local: community
|
||||||
|
title: Community resources
|
||||||
- local: benchmarks
|
- local: benchmarks
|
||||||
title: Benchmarks
|
title: Benchmarks
|
||||||
- local: migration
|
- local: migration
|
||||||
title: Migrating from previous packages
|
title: Migrating from previous packages
|
||||||
- local: troubleshooting
|
|
||||||
title: Troubleshoot
|
|
||||||
- local: debugging
|
|
||||||
title: Debugging
|
|
||||||
- local: notebooks
|
|
||||||
title: 🤗 Transformers Notebooks
|
|
||||||
- local: community
|
|
||||||
title: Community
|
|
||||||
- local: contributing
|
|
||||||
title: How to contribute to transformers?
|
|
||||||
- local: add_new_model
|
|
||||||
title: How to add a model to 🤗 Transformers?
|
|
||||||
- local: add_new_pipeline
|
|
||||||
title: How to create a custom pipeline?
|
|
||||||
- local: testing
|
|
||||||
title: Testing
|
|
||||||
- local: pr_checks
|
|
||||||
title: Checks on a Pull Request
|
|
||||||
title: How-to guides
|
title: How-to guides
|
||||||
- sections:
|
- sections:
|
||||||
- local: philosophy
|
- local: philosophy
|
||||||
|
|||||||
Reference in New Issue
Block a user