Skip to content

Commit 90481c8

Browse files
Update Inference Providers documentation (automated) (#1886)
Co-authored-by: Wauplin <[email protected]>
1 parent e9987ed commit 90481c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-base","providerModelId":"google-t5/t5-base"} } }
196+
providersMapping={ {"hf-inference":{"modelId":"google-t5/t5-small","providerModelId":"google-t5/t5-small"} } }
197197
/>
198198

199199

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-base","providerModelId":"google-t5/t5-base"}} }
36+
providersMapping={ {"hf-inference":{"modelId":"google-t5/t5-small","providerModelId":"google-t5/t5-small"}} }
3737
/>
3838

3939

0 commit comments

Comments
 (0)