Skip to content

Commit aaa95d4

Browse files
Wauplingithub-actions[bot]
authored andcommitted
Update Inference Providers documentation (automated)
1 parent 90481c8 commit aaa95d4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Find out more about Image Classification [here](../tasks/image_classification).
9393

9494
<InferenceSnippet
9595
pipeline=image-classification
96-
providersMapping={ {"hf-inference":{"modelId":"apple/mobilevit-small","providerModelId":"apple/mobilevit-small"} } }
96+
providersMapping={ {"hf-inference":{"modelId":"Falconsai/nsfw_image_detection","providerModelId":"Falconsai/nsfw_image_detection"} } }
9797
/>
9898

9999

@@ -193,7 +193,7 @@ Find out more about Translation [here](../tasks/translation).
193193

194194
<InferenceSnippet
195195
pipeline=translation
196-
providersMapping={ {"hf-inference":{"modelId":"google-t5/t5-small","providerModelId":"google-t5/t5-small"} } }
196+
providersMapping={ {"hf-inference":{"modelId":"google-t5/t5-base","providerModelId":"google-t5/t5-base"} } }
197197
/>
198198

199199

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

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

3535
<InferenceSnippet
3636
pipeline=image-classification
37-
providersMapping={ {"hf-inference":{"modelId":"apple/mobilevit-small","providerModelId":"apple/mobilevit-small"}} }
37+
providersMapping={ {"hf-inference":{"modelId":"Falconsai/nsfw_image_detection","providerModelId":"Falconsai/nsfw_image_detection"}} }
3838
/>
3939

4040

docs/inference-providers/tasks/translation.md

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

3434
<InferenceSnippet
3535
pipeline=translation
36-
providersMapping={ {"hf-inference":{"modelId":"google-t5/t5-small","providerModelId":"google-t5/t5-small"}} }
36+
providersMapping={ {"hf-inference":{"modelId":"google-t5/t5-base","providerModelId":"google-t5/t5-base"}} }
3737
/>
3838

3939

0 commit comments

Comments
 (0)