Skip to content

Commit 85662ba

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

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Find out more about Summarization [here](../tasks/summarization).
133133

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

139139

@@ -183,7 +183,7 @@ Find out more about Token Classification [here](../tasks/token_classification).
183183

184184
<InferenceSnippet
185185
pipeline=token-classification
186-
providersMapping={ {"hf-inference":{"modelId":"dslim/bert-base-NER","providerModelId":"dslim/bert-base-NER"} } }
186+
providersMapping={ {"hf-inference":{"modelId":"iiiorg/piiranha-v1-detect-personal-information","providerModelId":"iiiorg/piiranha-v1-detect-personal-information"} } }
187187
/>
188188

189189

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ For more details about the `image-segmentation` task, check out its [dedicated p
2424

2525
### Recommended models
2626

27+
- [facebook/mask2former-swin-large-coco-panoptic](https://huggingface.co/facebook/mask2former-swin-large-coco-panoptic): Panoptic segmentation model trained on the COCO (common objects) dataset.
2728

2829
Explore all available models and find the one that suits you best [here](https://huggingface.co/models?inference=warm&pipeline_tag=image-segmentation&sort=trending).
2930

docs/inference-providers/tasks/summarization.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ 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.
2729

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

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

3335
<InferenceSnippet
3436
pipeline=summarization
35-
providersMapping={ {"hf-inference":{"modelId":"knkarthick/MEETING_SUMMARY","providerModelId":"knkarthick/MEETING_SUMMARY"}} }
37+
providersMapping={ {"hf-inference":{"modelId":"facebook/bart-large-cnn","providerModelId":"facebook/bart-large-cnn"}} }
3638
/>
3739

3840

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

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

3636
<InferenceSnippet
3737
pipeline=token-classification
38-
providersMapping={ {"hf-inference":{"modelId":"dslim/bert-base-NER","providerModelId":"dslim/bert-base-NER"}} }
38+
providersMapping={ {"hf-inference":{"modelId":"iiiorg/piiranha-v1-detect-personal-information","providerModelId":"iiiorg/piiranha-v1-detect-personal-information"}} }
3939
/>
4040

4141

0 commit comments

Comments
 (0)