Skip to content

Commit 0bf92e3

Browse files
Wauplingithub-actions[bot]
authored andcommitted
Update Inference Providers documentation (automated)
1 parent e169c04 commit 0bf92e3

File tree

9 files changed

+35
-34
lines changed

9 files changed

+35
-34
lines changed

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

Lines changed: 13 additions & 13 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":"mixedbread-ai/mxbai-embed-large-v1","providerModelId":"mixedbread-ai/mxbai-embed-large-v1"} } }
7979
/>
8080

8181

@@ -99,16 +99,6 @@ Find out more about Object Detection [here](../tasks/object_detection).
9999
/>
100100

101101

102-
### Question Answering
103-
104-
Find out more about Question Answering [here](../tasks/question_answering).
105-
106-
<InferenceSnippet
107-
pipeline=question-answering
108-
providersMapping={ {"hf-inference":{"modelId":"deepset/bert-large-uncased-whole-word-masking-squad2","providerModelId":"deepset/bert-large-uncased-whole-word-masking-squad2"} } }
109-
/>
110-
111-
112102
### Summarization
113103

114104
Find out more about Summarization [here](../tasks/summarization).
@@ -125,7 +115,7 @@ Find out more about Text Classification [here](../tasks/text_classification).
125115

126116
<InferenceSnippet
127117
pipeline=text-classification
128-
providersMapping={ {"hf-inference":{"modelId":"j-hartmann/emotion-english-distilroberta-base","providerModelId":"j-hartmann/emotion-english-distilroberta-base"} } }
118+
providersMapping={ {"hf-inference":{"modelId":"SamLowe/roberta-base-go_emotions","providerModelId":"SamLowe/roberta-base-go_emotions"} } }
129119
/>
130120

131121

@@ -149,13 +139,23 @@ Find out more about Text To Image [here](../tasks/text_to_image).
149139
/>
150140

151141

142+
### Token Classification
143+
144+
Find out more about Token Classification [here](../tasks/token_classification).
145+
146+
<InferenceSnippet
147+
pipeline=token-classification
148+
providersMapping={ {"hf-inference":{"modelId":"oliverguhr/fullstop-punctuation-multilang-large","providerModelId":"oliverguhr/fullstop-punctuation-multilang-large"} } }
149+
/>
150+
151+
152152
### Translation
153153

154154
Find out more about Translation [here](../tasks/translation).
155155

156156
<InferenceSnippet
157157
pipeline=translation
158-
providersMapping={ {"hf-inference":{"modelId":"facebook/nllb-200-distilled-600M","providerModelId":"facebook/nllb-200-distilled-600M"} } }
158+
providersMapping={ {"hf-inference":{"modelId":"facebook/mbart-large-50-many-to-many-mmt","providerModelId":"facebook/mbart-large-50-many-to-many-mmt"} } }
159159
/>
160160

161161

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":"mixedbread-ai/mxbai-embed-large-v1","providerModelId":"mixedbread-ai/mxbai-embed-large-v1"},"sambanova":{"modelId":"intfloat/e5-mistral-7b-instruct","providerModelId":"E5-Mistral-7B-Instruct"}} }
4141
/>
4242

4343

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/bert-large-uncased-whole-word-masking-squad2","providerModelId":"deepset/bert-large-uncased-whole-word-masking-squad2"}} }
36-
/>
33+
No snippet available for this task.
3734

3835

3936

docs/inference-providers/tasks/text-classification.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=text-classification
35-
providersMapping={ {"hf-inference":{"modelId":"j-hartmann/emotion-english-distilroberta-base","providerModelId":"j-hartmann/emotion-english-distilroberta-base"}} }
35+
providersMapping={ {"hf-inference":{"modelId":"SamLowe/roberta-base-go_emotions","providerModelId":"SamLowe/roberta-base-go_emotions"}} }
3636
/>
3737

3838

docs/inference-providers/tasks/text-to-image.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ For more details about the `text-to-image` task, check out its [dedicated page](
2525
### Recommended models
2626

2727
- [black-forest-labs/FLUX.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-dev): One of the most powerful image generation models that can generate realistic outputs.
28+
- [latent-consistency/lcm-lora-sdxl](https://huggingface.co/latent-consistency/lcm-lora-sdxl): A powerful yet fast image generation model.
2829
- [Kwai-Kolors/Kolors](https://huggingface.co/Kwai-Kolors/Kolors): Text-to-image model for photorealistic generation.
2930
- [stabilityai/stable-diffusion-3-medium-diffusers](https://huggingface.co/stabilityai/stable-diffusion-3-medium-diffusers): A powerful text-to-image model.
3031

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

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

3232

33-
No snippet available for this task.
33+
<InferenceSnippet
34+
pipeline=token-classification
35+
providersMapping={ {"hf-inference":{"modelId":"oliverguhr/fullstop-punctuation-multilang-large","providerModelId":"oliverguhr/fullstop-punctuation-multilang-large"}} }
36+
/>
3437

3538

3639

docs/inference-providers/tasks/translation.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=translation
35-
providersMapping={ {"hf-inference":{"modelId":"facebook/nllb-200-distilled-600M","providerModelId":"facebook/nllb-200-distilled-600M"}} }
35+
providersMapping={ {"hf-inference":{"modelId":"facebook/mbart-large-50-many-to-many-mmt","providerModelId":"facebook/mbart-large-50-many-to-many-mmt"}} }
3636
/>
3737

3838

scripts/inference-providers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"author": "",
1515
"license": "ISC",
1616
"dependencies": {
17-
"@huggingface/inference": "^3.8.1",
18-
"@huggingface/tasks": "^0.18.9",
17+
"@huggingface/inference": "^3.9.2",
18+
"@huggingface/tasks": "^0.18.11",
1919
"@types/node": "^22.5.0",
2020
"handlebars": "^4.7.8",
2121
"node": "^20.17.0",

scripts/inference-providers/pnpm-lock.yaml

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)