File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments