Unverified Commit 142e12af authored by Steven Liu's avatar Steven Liu Committed by GitHub
Browse files

Split docs on modality (#18205)

* update

* 🖍 add missing files

* 📝 add nested sections

* 🖍 align titles with tasks

* oops

* remove quotes from titles
parent 23fab60b
...@@ -21,12 +21,27 @@ ...@@ -21,12 +21,27 @@
title: Share a model title: Share a model
title: Tutorials title: Tutorials
- sections: - sections:
- local: fast_tokenizers - sections:
title: Use tokenizers from 🤗 Tokenizers
- local: create_a_model - local: create_a_model
title: Create a custom architecture title: Create a custom architecture
- local: custom_models - local: custom_models
title: Sharing custom models title: Sharing custom models
- local: run_scripts
title: Train with a script
- local: sagemaker
title: Run training on Amazon SageMaker
- local: converting_tensorflow_models
title: Converting TensorFlow Checkpoints
- local: serialization
title: Export 🤗 Transformers models
- local: troubleshooting
title: Troubleshoot
title: General usage
- sections:
- local: fast_tokenizers
title: Use tokenizers from 🤗 Tokenizers
- local: multilingual
title: Inference for multilingual models
- sections: - sections:
- local: tasks/sequence_classification - local: tasks/sequence_classification
title: Text classification title: Text classification
...@@ -42,23 +57,19 @@ ...@@ -42,23 +57,19 @@
title: Summarization title: Summarization
- local: tasks/multiple_choice - local: tasks/multiple_choice
title: 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 @@ ...@@ -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
title: Performance and scalability
- local: big_models - local: big_models
title: Instantiating a big model title: Instantiating a big model
- local: benchmarks
title: Benchmarks
- local: migration
title: Migrating from previous packages
- local: troubleshooting
title: Troubleshoot
- local: debugging - local: debugging
title: Debugging title: Debugging
- local: notebooks title: Performance and scalability
title: 🤗 Transformers Notebooks - sections:
- local: community
title: Community
- local: contributing - local: contributing
title: How to contribute to transformers? title: How to contribute to transformers?
- local: add_new_model - local: add_new_model
title: How to add a model to 🤗 Transformers? title: How to add a model to 🤗 Transformers?
- local: add_new_pipeline - local: add_new_pipeline
title: How to create a custom pipeline? title: How to add a pipeline to 🤗 Transformers?
- local: testing - local: testing
title: Testing title: Testing
- local: pr_checks - local: pr_checks
title: Checks on a Pull Request title: Checks on a Pull Request
title: Contribute
- local: notebooks
title: 🤗 Transformers Notebooks
- local: community
title: Community resources
- local: benchmarks
title: Benchmarks
- local: migration
title: Migrating from previous packages
title: How-to guides title: How-to guides
- sections: - sections:
- local: philosophy - local: philosophy
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment