[Bot] Update Inference Providers documentation - #1828
Conversation
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
| ### Text Generation | ||
|
|
||
| Find out more about Text Generation [here](../tasks/text_generation). | ||
|
|
||
| <InferenceSnippet | ||
| pipeline=text-generation | ||
| providersMapping={ {"nebius":{"modelId":"deepseek-ai/DeepSeek-R1-0528","providerModelId":"deepseek-ai/DeepSeek-R1-0528"} } } | ||
| /> |
There was a problem hiding this comment.
@Wauplin that's weird, this model should be conversational: https://huggingface.co/api/models?pipeline_tag=text-generation&inference_provider=nebius&sort=likes30d&expand%5B%5D=inferenceProviderMapping&expand%5B%5D=tags&limit=5 🤔 re-running generate gives the same result
There was a problem hiding this comment.
It's already present in the chat completion snippet above, fwiw
Should we prevent this widget generation for conversational models ?
There was a problem hiding this comment.
yes i mean the task for this model with nebius is conversational in the inferenceProviderMapping list so not sure how we generated text generation snippet for this model/provider tuple.
624830d to
777364c
Compare
hanouticelina
left a comment
There was a problem hiding this comment.
lgtm, except for #1828 (comment)
777364c to
a81021d
Compare
724c5b7 to
05054b5
Compare
b92f94a to
2db1c57
Compare
2db1c57 to
46336bd
Compare
46336bd to
47b60d0
Compare
This PR automatically upgrades the
@huggingface/tasksand@huggingface/inferencepackages and regenerates the Inference Providers documentation by running:cd scripts/inference-providers pnpm update @huggingface/tasks@latest @huggingface/inference@latest pnpm run generateThis PR was automatically created by the Update Inference Providers Documentation workflow.
Please review the changes before merging.