Skip to content

Commit 1de6399

Browse files
Update Inference Providers documentation (automated) (#1935)
Co-authored-by: Wauplin <[email protected]>
1 parent adfba8b commit 1de6399

File tree

5 files changed

+6
-8
lines changed

5 files changed

+6
-8
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":"Freepik/nsfw_image_detector","providerModelId":"Freepik/nsfw_image_detector"} } }
96+
providersMapping={ {"hf-inference":{"modelId":"Falconsai/nsfw_image_detection","providerModelId":"Falconsai/nsfw_image_detection"} } }
9797
/>
9898

9999

@@ -133,7 +133,7 @@ Find out more about Summarization [here](../tasks/summarization).
133133

134134
<InferenceSnippet
135135
pipeline=summarization
136-
providersMapping={ {"hf-inference":{"modelId":"facebook/bart-large-cnn","providerModelId":"facebook/bart-large-cnn"} } }
136+
providersMapping={ {"hf-inference":{"modelId":"knkarthick/MEETING_SUMMARY","providerModelId":"knkarthick/MEETING_SUMMARY"} } }
137137
/>
138138

139139

docs/inference-providers/providers/replicate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Find out more about Image To Image [here](../tasks/image_to_image).
6060

6161
<InferenceSnippet
6262
pipeline=image-to-image
63-
providersMapping={ {"replicate":{"modelId":"Qwen/Qwen-Image-Edit","providerModelId":"qwen/qwen-image-edit"} } }
63+
providersMapping={ {"replicate":{"modelId":"black-forest-labs/FLUX.1-Kontext-dev","providerModelId":"black-forest-labs/flux-kontext-dev"} } }
6464
/>
6565

6666

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":"Freepik/nsfw_image_detector","providerModelId":"Freepik/nsfw_image_detector"}} }
37+
providersMapping={ {"hf-inference":{"modelId":"Falconsai/nsfw_image_detection","providerModelId":"Falconsai/nsfw_image_detection"}} }
3838
/>
3939

4040

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

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

4040
<InferenceSnippet
4141
pipeline=image-to-image
42-
providersMapping={ {"fal-ai":{"modelId":"Qwen/Qwen-Image-Edit","providerModelId":"fal-ai/qwen-image-edit"},"replicate":{"modelId":"Qwen/Qwen-Image-Edit","providerModelId":"qwen/qwen-image-edit"}} }
42+
providersMapping={ {"fal-ai":{"modelId":"Qwen/Qwen-Image-Edit","providerModelId":"fal-ai/qwen-image-edit"},"replicate":{"modelId":"black-forest-labs/FLUX.1-Kontext-dev","providerModelId":"black-forest-labs/flux-kontext-dev"}} }
4343
/>
4444

4545

docs/inference-providers/tasks/summarization.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ For more details about the `summarization` task, check out its [dedicated page](
2424

2525
### Recommended models
2626

27-
- [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn): A strong summarization model trained on English news articles. Excels at generating factual summaries.
28-
- [Falconsai/medical_summarization](https://huggingface.co/Falconsai/medical_summarization): A summarization model trained on medical articles.
2927

3028
Explore all available models and find the one that suits you best [here](https://huggingface.co/models?inference=warm&pipeline_tag=summarization&sort=trending).
3129

@@ -34,7 +32,7 @@ Explore all available models and find the one that suits you best [here](https:/
3432

3533
<InferenceSnippet
3634
pipeline=summarization
37-
providersMapping={ {"hf-inference":{"modelId":"facebook/bart-large-cnn","providerModelId":"facebook/bart-large-cnn"}} }
35+
providersMapping={ {"hf-inference":{"modelId":"knkarthick/MEETING_SUMMARY","providerModelId":"knkarthick/MEETING_SUMMARY"}} }
3836
/>
3937

4038

0 commit comments

Comments
 (0)