Skip to content

Commit acaa641

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

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Find out more about Summarization [here](../tasks/summarization).
130130

131131
<InferenceSnippet
132132
pipeline=summarization
133-
providersMapping={ {"hf-inference":{"modelId":"Falconsai/text_summarization","providerModelId":"Falconsai/text_summarization"} } }
133+
providersMapping={ {"hf-inference":{"modelId":"facebook/bart-large-cnn","providerModelId":"facebook/bart-large-cnn"} } }
134134
/>
135135

136136

docs/inference-providers/tasks/summarization.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Summarization is the task of producing a shorter version of a document while pre
2222

2323
### Recommended models
2424

25+
- [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.
2526
- [Falconsai/medical_summarization](https://huggingface.co/Falconsai/medical_summarization): A summarization model trained on medical articles.
2627

2728
Explore all available models and find the one that suits you best [here](https://huggingface.co/models?inference=warm&pipeline_tag=summarization&sort=trending).
@@ -31,7 +32,7 @@ Explore all available models and find the one that suits you best [here](https:/
3132

3233
<InferenceSnippet
3334
pipeline=summarization
34-
providersMapping={ {"hf-inference":{"modelId":"Falconsai/text_summarization","providerModelId":"Falconsai/text_summarization"}} }
35+
providersMapping={ {"hf-inference":{"modelId":"facebook/bart-large-cnn","providerModelId":"facebook/bart-large-cnn"}} }
3536
/>
3637

3738

0 commit comments

Comments
 (0)