Skip to content

Commit 5991575

Browse files
committed
regenerate
1 parent 33a2888 commit 5991575

13 files changed

+22
-84
lines changed

docs/inference-providers/providers/hf-inference.md

Lines changed: 6 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Find out more about Feature Extraction [here](../tasks/feature_extraction).
7575

7676
<InferenceSnippet
7777
pipeline=feature-extraction
78-
providersMapping={ {"hf-inference":{"modelId":"intfloat/multilingual-e5-large-instruct","providerModelId":"intfloat/multilingual-e5-large-instruct"} } }
78+
providersMapping={ {"hf-inference":{"modelId":"kyutai/mimi","providerModelId":"kyutai/mimi"} } }
7979
/>
8080

8181

@@ -85,7 +85,7 @@ Find out more about Fill Mask [here](../tasks/fill_mask).
8585

8686
<InferenceSnippet
8787
pipeline=fill-mask
88-
providersMapping={ {"hf-inference":{"modelId":"FacebookAI/roberta-base","providerModelId":"FacebookAI/roberta-base"} } }
88+
providersMapping={ {"hf-inference":{"modelId":"google-bert/bert-base-uncased","providerModelId":"google-bert/bert-base-uncased"} } }
8989
/>
9090

9191

@@ -95,7 +95,7 @@ Find out more about Image Classification [here](../tasks/image_classification).
9595

9696
<InferenceSnippet
9797
pipeline=image-classification
98-
providersMapping={ {"hf-inference":{"modelId":"Falconsai/nsfw_image_detection","providerModelId":"Falconsai/nsfw_image_detection"} } }
98+
providersMapping={ {"hf-inference":{"modelId":"google/vit-base-patch16-224","providerModelId":"google/vit-base-patch16-224"} } }
9999
/>
100100

101101

@@ -109,33 +109,13 @@ Find out more about Image Segmentation [here](../tasks/image_segmentation).
109109
/>
110110

111111

112-
### Object Detection
113-
114-
Find out more about Object Detection [here](../tasks/object_detection).
115-
116-
<InferenceSnippet
117-
pipeline=object-detection
118-
providersMapping={ {"hf-inference":{"modelId":"facebook/detr-resnet-50","providerModelId":"facebook/detr-resnet-50"} } }
119-
/>
120-
121-
122-
### Question Answering
123-
124-
Find out more about Question Answering [here](../tasks/question_answering).
125-
126-
<InferenceSnippet
127-
pipeline=question-answering
128-
providersMapping={ {"hf-inference":{"modelId":"deepset/roberta-large-squad2","providerModelId":"deepset/roberta-large-squad2"} } }
129-
/>
130-
131-
132112
### Summarization
133113

134114
Find out more about Summarization [here](../tasks/summarization).
135115

136116
<InferenceSnippet
137117
pipeline=summarization
138-
providersMapping={ {"hf-inference":{"modelId":"facebook/bart-large-cnn","providerModelId":"facebook/bart-large-cnn"} } }
118+
providersMapping={ {"hf-inference":{"modelId":"pszemraj/led-base-book-summary","providerModelId":"pszemraj/led-base-book-summary"} } }
139119
/>
140120

141121

@@ -145,7 +125,7 @@ Find out more about Text Classification [here](../tasks/text_classification).
145125

146126
<InferenceSnippet
147127
pipeline=text-classification
148-
providersMapping={ {"hf-inference":{"modelId":"SamLowe/roberta-base-go_emotions","providerModelId":"SamLowe/roberta-base-go_emotions"} } }
128+
providersMapping={ {"hf-inference":{"modelId":"NousResearch/Minos-v1","providerModelId":"NousResearch/Minos-v1"} } }
149129
/>
150130

151131

@@ -169,32 +149,12 @@ Find out more about Text To Image [here](../tasks/text_to_image).
169149
/>
170150

171151

172-
### Token Classification
173-
174-
Find out more about Token Classification [here](../tasks/token_classification).
175-
176-
<InferenceSnippet
177-
pipeline=token-classification
178-
providersMapping={ {"hf-inference":{"modelId":"dslim/bert-base-NER","providerModelId":"dslim/bert-base-NER"} } }
179-
/>
180-
181-
182152
### Translation
183153

184154
Find out more about Translation [here](../tasks/translation).
185155

186156
<InferenceSnippet
187157
pipeline=translation
188-
providersMapping={ {"hf-inference":{"modelId":"facebook/mbart-large-50-many-to-many-mmt","providerModelId":"facebook/mbart-large-50-many-to-many-mmt"} } }
189-
/>
190-
191-
192-
### Zero Shot Classification
193-
194-
Find out more about Zero Shot Classification [here](../tasks/zero_shot_classification).
195-
196-
<InferenceSnippet
197-
pipeline=zero-shot-classification
198-
providersMapping={ {"hf-inference":{"modelId":"facebook/bart-large-mnli","providerModelId":"facebook/bart-large-mnli"} } }
158+
providersMapping={ {"hf-inference":{"modelId":"google-t5/t5-base","providerModelId":"google-t5/t5-base"} } }
199159
/>
200160

docs/inference-providers/providers/sambanova.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,6 @@ Customers are turning to SambaNova to quickly deploy state-of-the-art AI and dee
3939
## Supported tasks
4040

4141

42-
### Automatic Speech Recognition
43-
44-
Find out more about Automatic Speech Recognition [here](../tasks/automatic_speech_recognition).
45-
46-
<InferenceSnippet
47-
pipeline=automatic-speech-recognition
48-
providersMapping={ {"sambanova":{"modelId":"openai/whisper-large-v3","providerModelId":"Whisper-Large-v3"} } }
49-
/>
50-
51-
5242
### Chat Completion (LLM)
5343

5444
Find out more about Chat Completion (LLM) [here](../tasks/chat-completion).

docs/inference-providers/tasks/automatic-speech-recognition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Explore all available models and find the one that suits you best [here](https:/
3838

3939
<InferenceSnippet
4040
pipeline=automatic-speech-recognition
41-
providersMapping={ {"fal-ai":{"modelId":"openai/whisper-large-v3","providerModelId":"fal-ai/whisper"},"hf-inference":{"modelId":"openai/whisper-large-v3-turbo","providerModelId":"openai/whisper-large-v3-turbo"},"sambanova":{"modelId":"openai/whisper-large-v3","providerModelId":"Whisper-Large-v3"}} }
41+
providersMapping={ {"fal-ai":{"modelId":"openai/whisper-large-v3","providerModelId":"fal-ai/whisper"},"hf-inference":{"modelId":"openai/whisper-large-v3-turbo","providerModelId":"openai/whisper-large-v3-turbo"}} }
4242
/>
4343

4444

docs/inference-providers/tasks/feature-extraction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Explore all available models and find the one that suits you best [here](https:/
3737

3838
<InferenceSnippet
3939
pipeline=feature-extraction
40-
providersMapping={ {"hf-inference":{"modelId":"intfloat/multilingual-e5-large-instruct","providerModelId":"intfloat/multilingual-e5-large-instruct"},"sambanova":{"modelId":"intfloat/e5-mistral-7b-instruct","providerModelId":"E5-Mistral-7B-Instruct"}} }
40+
providersMapping={ {"hf-inference":{"modelId":"kyutai/mimi","providerModelId":"kyutai/mimi"},"sambanova":{"modelId":"intfloat/e5-mistral-7b-instruct","providerModelId":"E5-Mistral-7B-Instruct"}} }
4141
/>
4242

4343

docs/inference-providers/tasks/fill-mask.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Explore all available models and find the one that suits you best [here](https:/
3232

3333
<InferenceSnippet
3434
pipeline=fill-mask
35-
providersMapping={ {"hf-inference":{"modelId":"FacebookAI/roberta-base","providerModelId":"FacebookAI/roberta-base"}} }
35+
providersMapping={ {"hf-inference":{"modelId":"google-bert/bert-base-uncased","providerModelId":"google-bert/bert-base-uncased"}} }
3636
/>
3737

3838

docs/inference-providers/tasks/image-classification.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ For more details about the `image-classification` task, check out its [dedicated
2424

2525
### Recommended models
2626

27+
- [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224): A strong image classification model.
2728

2829
Explore all available models and find the one that suits you best [here](https://huggingface.co/models?inference=warm&pipeline_tag=image-classification&sort=trending).
2930

@@ -32,7 +33,7 @@ Explore all available models and find the one that suits you best [here](https:/
3233

3334
<InferenceSnippet
3435
pipeline=image-classification
35-
providersMapping={ {"hf-inference":{"modelId":"Falconsai/nsfw_image_detection","providerModelId":"Falconsai/nsfw_image_detection"}} }
36+
providersMapping={ {"hf-inference":{"modelId":"google/vit-base-patch16-224","providerModelId":"google/vit-base-patch16-224"}} }
3637
/>
3738

3839

docs/inference-providers/tasks/object-detection.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,13 @@ For more details about the `object-detection` task, check out its [dedicated pag
2424

2525
### Recommended models
2626

27-
- [facebook/detr-resnet-50](https://huggingface.co/facebook/detr-resnet-50): Solid object detection model pre-trained on the COCO 2017 dataset.
2827

2928
Explore all available models and find the one that suits you best [here](https://huggingface.co/models?inference=warm&pipeline_tag=object-detection&sort=trending).
3029

3130
### Using the API
3231

3332

34-
<InferenceSnippet
35-
pipeline=object-detection
36-
providersMapping={ {"hf-inference":{"modelId":"facebook/detr-resnet-50","providerModelId":"facebook/detr-resnet-50"}} }
37-
/>
33+
No snippet available for this task.
3834

3935

4036

docs/inference-providers/tasks/question-answering.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@ Explore all available models and find the one that suits you best [here](https:/
3030
### Using the API
3131

3232

33-
<InferenceSnippet
34-
pipeline=question-answering
35-
providersMapping={ {"hf-inference":{"modelId":"deepset/roberta-large-squad2","providerModelId":"deepset/roberta-large-squad2"}} }
36-
/>
33+
No snippet available for this task.
3734

3835

3936

docs/inference-providers/tasks/summarization.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ For more details about the `summarization` task, check out its [dedicated page](
2424

2525
### Recommended models
2626

27-
- [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn): A strong summarization model trained on English news articles. Excels at generating factual summaries.
2827

2928
Explore all available models and find the one that suits you best [here](https://huggingface.co/models?inference=warm&pipeline_tag=summarization&sort=trending).
3029

@@ -33,7 +32,7 @@ Explore all available models and find the one that suits you best [here](https:/
3332

3433
<InferenceSnippet
3534
pipeline=summarization
36-
providersMapping={ {"hf-inference":{"modelId":"facebook/bart-large-cnn","providerModelId":"facebook/bart-large-cnn"}} }
35+
providersMapping={ {"hf-inference":{"modelId":"pszemraj/led-base-book-summary","providerModelId":"pszemraj/led-base-book-summary"}} }
3736
/>
3837

3938

docs/inference-providers/tasks/text-classification.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ For more details about the `text-classification` task, check out its [dedicated
2424

2525
### Recommended models
2626

27-
- [papluca/xlm-roberta-base-language-detection](https://huggingface.co/papluca/xlm-roberta-base-language-detection): A model that can classify languages.
27+
- [distilbert/distilbert-base-uncased-finetuned-sst-2-english](https://huggingface.co/distilbert/distilbert-base-uncased-finetuned-sst-2-english): A robust model trained for sentiment analysis.
28+
- [ProsusAI/finbert](https://huggingface.co/ProsusAI/finbert): A sentiment analysis model specialized in financial sentiment.
29+
- [cardiffnlp/twitter-roberta-base-sentiment-latest](https://huggingface.co/cardiffnlp/twitter-roberta-base-sentiment-latest): A sentiment analysis model specialized in analyzing tweets.
2830

2931
Explore all available models and find the one that suits you best [here](https://huggingface.co/models?inference=warm&pipeline_tag=text-classification&sort=trending).
3032

@@ -33,7 +35,7 @@ Explore all available models and find the one that suits you best [here](https:/
3335

3436
<InferenceSnippet
3537
pipeline=text-classification
36-
providersMapping={ {"hf-inference":{"modelId":"SamLowe/roberta-base-go_emotions","providerModelId":"SamLowe/roberta-base-go_emotions"}} }
38+
providersMapping={ {"hf-inference":{"modelId":"NousResearch/Minos-v1","providerModelId":"NousResearch/Minos-v1"}} }
3739
/>
3840

3941

0 commit comments

Comments
 (0)