Skip to content

Commit 9fdccc1

Browse files
Update Inference Providers documentation (automated) (#2619)
Co-authored-by: Wauplin <11801849+Wauplin@users.noreply.github.com>
1 parent 7c88b07 commit 9fdccc1

4 files changed

Lines changed: 15 additions & 15 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,6 @@ Find out more about Zero Shot Classification [here](../tasks/zero-shot-classific
180180

181181
<InferenceSnippet
182182
pipeline=zero-shot-classification
183-
providersMapping={ {"hf-inference":{"modelId":"facebook/bart-large-mnli","providerModelId":"facebook/bart-large-mnli"} } }
183+
providersMapping={ {"hf-inference":{"modelId":"MoritzLaurer/mDeBERTa-v3-base-xnli-multilingual-nli-2mil7","providerModelId":"MoritzLaurer/mDeBERTa-v3-base-xnli-multilingual-nli-2mil7"} } }
184184
/>
185185

docs/inference-providers/tasks/zero-shot-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=zero-shot-classification
35-
providersMapping={ {"hf-inference":{"modelId":"facebook/bart-large-mnli","providerModelId":"facebook/bart-large-mnli"}} }
35+
providersMapping={ {"hf-inference":{"modelId":"MoritzLaurer/mDeBERTa-v3-base-xnli-multilingual-nli-2mil7","providerModelId":"MoritzLaurer/mDeBERTa-v3-base-xnli-multilingual-nli-2mil7"}} }
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": "^4.13.21",
18-
"@huggingface/tasks": "^0.21.18",
17+
"@huggingface/inference": "^4.13.22",
18+
"@huggingface/tasks": "^0.21.19",
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)