Unverified Commit 40a0cabd authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Update doc toctree (#25661)



* fix

* fix

---------
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 977b2f05
...@@ -29,151 +29,150 @@ ...@@ -29,151 +29,150 @@
title: Generation with LLMs title: Generation with LLMs
title: Tutorials title: Tutorials
- sections: - sections:
- sections: - isExpanded: false
- local: tasks/sequence_classification sections:
title: Text classification - local: tasks/sequence_classification
- local: tasks/token_classification title: Text classification
title: Token classification - local: tasks/token_classification
- local: tasks/question_answering title: Token classification
title: Question answering - local: tasks/question_answering
- local: tasks/language_modeling title: Question answering
title: Causal language modeling - local: tasks/language_modeling
- local: tasks/masked_language_modeling title: Causal language modeling
title: Masked language modeling - local: tasks/masked_language_modeling
- local: tasks/translation title: Masked language modeling
title: Translation - local: tasks/translation
- local: tasks/summarization title: Translation
title: Summarization - local: tasks/summarization
- local: tasks/multiple_choice title: Summarization
title: Multiple choice - local: tasks/multiple_choice
title: Multiple choice
title: Natural Language Processing title: Natural Language Processing
isExpanded: false - isExpanded: false
- sections: 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 title: Audio
isExpanded: false - isExpanded: false
- sections: sections:
- local: tasks/image_classification - local: tasks/image_classification
title: Image classification title: Image classification
- local: tasks/semantic_segmentation - local: tasks/semantic_segmentation
title: Semantic segmentation title: Semantic segmentation
- local: tasks/video_classification - local: tasks/video_classification
title: Video classification title: Video classification
- local: tasks/object_detection - local: tasks/object_detection
title: Object detection title: Object detection
- local: tasks/zero_shot_object_detection - local: tasks/zero_shot_object_detection
title: Zero-shot object detection title: Zero-shot object detection
- local: tasks/zero_shot_image_classification - local: tasks/zero_shot_image_classification
title: Zero-shot image classification title: Zero-shot image classification
- local: tasks/monocular_depth_estimation - local: tasks/monocular_depth_estimation
title: Depth estimation title: Depth estimation
title: Computer Vision title: Computer Vision
isExpanded: false - isExpanded: false
- sections: sections:
- local: tasks/image_captioning - local: tasks/image_captioning
title: Image captioning title: Image captioning
- local: tasks/document_question_answering - local: tasks/document_question_answering
title: Document Question Answering title: Document Question Answering
- local: tasks/visual_question_answering - local: tasks/visual_question_answering
title: Visual Question Answering title: Visual Question Answering
- local: tasks/text-to-speech - local: tasks/text-to-speech
title: Text to speech title: Text to speech
title: Multimodal title: Multimodal
isExpanded: false - isExpanded: false
- sections: sections:
- local: generation_strategies - local: generation_strategies
title: Customize the generation strategy title: Customize the generation strategy
title: Generation title: Generation
isExpanded: false
title: Task Guides title: Task Guides
- sections: - sections:
- local: fast_tokenizers - local: fast_tokenizers
title: Use fast tokenizers from 🤗 Tokenizers title: Use fast tokenizers from 🤗 Tokenizers
- local: multilingual - local: multilingual
title: Run inference with multilingual models title: Run inference with multilingual models
- local: create_a_model - local: create_a_model
title: Use model-specific APIs title: Use model-specific APIs
- local: custom_models - local: custom_models
title: Share a custom model title: Share a custom model
- local: sagemaker - local: sagemaker
title: Run training on Amazon SageMaker title: Run training on Amazon SageMaker
- local: serialization - local: serialization
title: Export to ONNX title: Export to ONNX
- local: tflite - local: tflite
title: Export to TFLite title: Export to TFLite
- local: torchscript - local: torchscript
title: Export to TorchScript title: Export to TorchScript
- local: benchmarks - local: benchmarks
title: Benchmarks title: Benchmarks
- local: notebooks - local: notebooks
title: Notebooks with examples title: Notebooks with examples
- local: community - local: community
title: Community resources title: Community resources
- local: custom_tools - local: custom_tools
title: Custom Tools and Prompts title: Custom Tools and Prompts
- local: troubleshooting - local: troubleshooting
title: Troubleshoot title: Troubleshoot
title: Developer guides title: Developer guides
- sections: - sections:
- local: performance - local: performance
title: Overview title: Overview
- sections: - sections:
- local: perf_train_gpu_one - local: perf_train_gpu_one
title: Methods and tools for efficient training on a single GPU title: Methods and tools for efficient training on a single GPU
- local: perf_train_gpu_many - local: perf_train_gpu_many
title: Multiple GPUs and parallelism title: Multiple GPUs and parallelism
- local: perf_train_cpu - local: perf_train_cpu
title: Efficient training on CPU title: Efficient training on CPU
- local: perf_train_cpu_many - local: perf_train_cpu_many
title: Distributed CPU training title: Distributed CPU training
- local: perf_train_tpu - local: perf_train_tpu
title: Training on TPUs title: Training on TPUs
- local: perf_train_tpu_tf - local: perf_train_tpu_tf
title: Training on TPU with TensorFlow title: Training on TPU with TensorFlow
- local: perf_train_special - local: perf_train_special
title: Training on Specialized Hardware title: Training on Specialized Hardware
- local: perf_hardware - local: perf_hardware
title: Custom hardware for training title: Custom hardware for training
- local: hpo_train - local: hpo_train
title: Hyperparameter Search using Trainer API title: Hyperparameter Search using Trainer API
title: Efficient training techniques title: Efficient training techniques
- sections: - sections:
- local: perf_infer_cpu - local: perf_infer_cpu
title: Inference on CPU title: Inference on CPU
- local: perf_infer_gpu_one - local: perf_infer_gpu_one
title: Inference on one GPU title: Inference on one GPU
- local: perf_infer_gpu_many - local: perf_infer_gpu_many
title: Inference on many GPUs title: Inference on many GPUs
- local: perf_infer_special - local: perf_infer_special
title: Inference on Specialized Hardware title: Inference on Specialized Hardware
title: Optimizing inference title: Optimizing inference
- local: big_models - local: big_models
title: Instantiating a big model title: Instantiating a big model
- local: debugging - local: debugging
title: Troubleshooting title: Troubleshooting
- local: tf_xla - local: tf_xla
title: XLA Integration for TensorFlow Models title: XLA Integration for TensorFlow Models
- local: perf_torch_compile - local: perf_torch_compile
title: Optimize inference using `torch.compile()` title: Optimize inference using `torch.compile()`
title: Performance and scalability title: Performance and scalability
- sections: - sections:
- 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_tensorflow_model - local: add_tensorflow_model
title: How to convert a 🤗 Transformers model to TensorFlow? title: How to convert a 🤗 Transformers model to TensorFlow?
- local: add_new_pipeline - local: add_new_pipeline
title: How to add a pipeline to 🤗 Transformers? 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 title: Contribute
- sections: - sections:
- local: philosophy - local: philosophy
title: Philosophy title: 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