Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Api inference] Split up tasks by modality #1461

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 46 additions & 38 deletions docs/api-inference/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,43 +14,51 @@
- local: parameters
title: Parameters
- sections:
- local: tasks/audio-classification
title: Audio Classification
- local: tasks/automatic-speech-recognition
title: Automatic Speech Recognition
- local: tasks/chat-completion
title: Chat Completion
- local: tasks/feature-extraction
title: Feature Extraction
- local: tasks/fill-mask
title: Fill Mask
- local: tasks/image-classification
title: Image Classification
- local: tasks/image-segmentation
title: Image Segmentation
- local: tasks/image-to-image
title: Image to Image
- local: tasks/image-text-to-text
title: Image-Text to Text
- local: tasks/object-detection
title: Object Detection
- local: tasks/question-answering
title: Question Answering
- local: tasks/summarization
title: Summarization
- local: tasks/table-question-answering
title: Table Question Answering
- local: tasks/text-classification
title: Text Classification
- local: tasks/text-generation
title: Text Generation
- local: tasks/text-to-image
title: Text to Image
- local: tasks/token-classification
title: Token Classification
- local: tasks/translation
title: Translation
- local: tasks/zero-shot-classification
title: Zero Shot Classification
- title: Audio
sections:
- local: tasks/audio-classification
title: Audio Classification
- title: Computer Vision
sections:
- local: tasks/image-classification
title: Image Classification
- local: tasks/image-segmentation
title: Image Segmentation
- local: tasks/object-detection
title: Object Detection
- title: Multimodal
sections:
- local: tasks/automatic-speech-recognition
title: Automatic Speech Recognition
- local: tasks/image-to-image
title: Image to Image
- local: tasks/table-question-answering
title: Table Question Answering
- local: tasks/image-text-to-text
title: Image-Text to Text
- local: tasks/text-to-image
title: Text to Image
- title: Natural Language
sections:
- local: tasks/chat-completion
title: Chat Completion
- local: tasks/feature-extraction
title: Feature Extraction
- local: tasks/fill-mask
title: Fill Mask
- local: tasks/question-answering
title: Question Answering
- local: tasks/summarization
title: Summarization
- local: tasks/text-classification
title: Text Classification
- local: tasks/text-generation
title: Text Generation
- local: tasks/token-classification
title: Token Classification
- local: tasks/translation
title: Translation
- local: tasks/zero-shot-classification
title: Zero Shot Classification
title: Detailed Task Parameters
title: API Reference
Loading