You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api-inference/tasks/chat-completion.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,13 +23,15 @@ This is a subtask of [`text-generation`](https://huggingface.co/docs/api-inferen
23
23
24
24
-[google/gemma-2-2b-it](https://huggingface.co/google/gemma-2-2b-it): A text-generation model trained to follow instructions.
25
25
-[meta-llama/Meta-Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct): Very powerful text generation model trained to follow instructions.
26
-
-[microsoft/Phi-3-mini-4k-instruct](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct): Small yet powerful text generation model.
26
+
-[microsoft/phi-4](https://huggingface.co/microsoft/phi-4): Powerful text generation model by Microsoft.
27
+
-[PowerInfer/SmallThinker-3B-Preview](https://huggingface.co/PowerInfer/SmallThinker-3B-Preview): A very powerful model with reasoning capabilities.
27
28
-[Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct): Strong text generation model to follow instructions.
29
+
-[Qwen/Qwen2.5-Coder-32B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-32B-Instruct): Text generation model used to write code.
28
30
29
31
#### Conversational Vision-Language Models (VLMs)
30
32
31
-
-[meta-llama/Llama-3.2-11B-Vision-Instruct](https://huggingface.co/meta-llama/Llama-3.2-11B-Vision-Instruct): Powerful vision language model with great visual understanding and reasoning capabilities.
Copy file name to clipboardExpand all lines: docs/api-inference/tasks/fill-mask.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,6 @@ For more details about the `fill-mask` task, check out its [dedicated page](http
24
24
25
25
### Recommended models
26
26
27
-
-[google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased): The famous BERT model.
28
27
-[FacebookAI/xlm-roberta-base](https://huggingface.co/FacebookAI/xlm-roberta-base): A multilingual model trained on 100 languages.
29
28
30
29
Explore all available models and find the one that suits you best [here](https://huggingface.co/models?inference=warm&pipeline_tag=fill-mask&sort=trending).
@@ -36,7 +35,7 @@ Explore all available models and find the one that suits you best [here](https:/
Copy file name to clipboardExpand all lines: docs/api-inference/tasks/image-text-to-text.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,8 @@ For more details about the `image-text-to-text` task, check out its [dedicated p
24
24
25
25
### Recommended models
26
26
27
-
-[meta-llama/Llama-3.2-11B-Vision-Instruct](https://huggingface.co/meta-llama/Llama-3.2-11B-Vision-Instruct): Powerful vision language model with great visual understanding and reasoning capabilities.
-[Qwen/QVQ-72B-Preview](https://huggingface.co/Qwen/QVQ-72B-Preview): Image-text-to-text model with reasoning capabilities.
29
29
30
30
Explore all available models and find the one that suits you best [here](https://huggingface.co/models?inference=warm&pipeline_tag=image-text-to-text&sort=trending).
31
31
@@ -36,7 +36,7 @@ Explore all available models and find the one that suits you best [here](https:/
Copy file name to clipboardExpand all lines: docs/api-inference/tasks/image-to-image.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,6 @@ For more details about the `image-to-image` task, check out its [dedicated page]
29
29
30
30
### Recommended models
31
31
32
-
-[timbrooks/instruct-pix2pix](https://huggingface.co/timbrooks/instruct-pix2pix): A model that takes an image and an instruction to edit the image.
33
32
34
33
Explore all available models and find the one that suits you best [here](https://huggingface.co/models?inference=warm&pipeline_tag=image-to-image&sort=trending).
35
34
@@ -49,7 +48,7 @@ No snippet available for this task.
49
48
|**inputs***|_string_| The input image data as a base64-encoded string. If no `parameters` are provided, you can also provide the image data as a raw bytes payload. |
50
49
|**parameters**|_object_||
51
50
|**        guidance_scale**|_number_| For diffusion models. A higher guidance scale value encourages the model to generate images closely linked to the text prompt at the expense of lower image quality. |
52
-
|**        negative_prompt**|_string[]_| One or several prompt to guide what NOT to include in image generation. |
51
+
|**        negative_prompt**|_string_| One prompt to guide what NOT to include in image generation. |
53
52
|**        num_inference_steps**|_integer_| For diffusion models. The number of denoising steps. More denoising steps usually lead to a higher quality image at the expense of slower inference. |
54
53
|**        target_size**|_object_| The size in pixel of the output image. |
Copy file name to clipboardExpand all lines: docs/api-inference/tasks/question-answering.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,6 @@ For more details about the `question-answering` task, check out its [dedicated p
26
26
27
27
-[deepset/roberta-base-squad2](https://huggingface.co/deepset/roberta-base-squad2): A robust baseline model for most question answering domains.
28
28
-[distilbert/distilbert-base-cased-distilled-squad](https://huggingface.co/distilbert/distilbert-base-cased-distilled-squad): Small yet robust model that can answer questions.
29
-
-[google/tapas-base-finetuned-wtq](https://huggingface.co/google/tapas-base-finetuned-wtq): A special model that can answer questions from tables.
30
29
31
30
Explore all available models and find the one that suits you best [here](https://huggingface.co/models?inference=warm&pipeline_tag=question-answering&sort=trending).
Copy file name to clipboardExpand all lines: docs/api-inference/tasks/table-question-answering.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,6 @@ For more details about the `table-question-answering` task, check out its [dedic
24
24
25
25
### Recommended models
26
26
27
-
-[google/tapas-base-finetuned-wtq](https://huggingface.co/google/tapas-base-finetuned-wtq): A robust table question answering model.
28
27
29
28
Explore all available models and find the one that suits you best [here](https://huggingface.co/models?inference=warm&pipeline_tag=table-question-answering&sort=trending).
30
29
@@ -35,7 +34,7 @@ Explore all available models and find the one that suits you best [here](https:/
Copy file name to clipboardExpand all lines: docs/api-inference/tasks/text-generation.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,10 @@ For more details about the `text-generation` task, check out its [dedicated page
28
28
29
29
-[google/gemma-2-2b-it](https://huggingface.co/google/gemma-2-2b-it): A text-generation model trained to follow instructions.
30
30
-[meta-llama/Meta-Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct): Very powerful text generation model trained to follow instructions.
31
-
-[microsoft/Phi-3-mini-4k-instruct](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct): Small yet powerful text generation model.
31
+
-[microsoft/phi-4](https://huggingface.co/microsoft/phi-4): Powerful text generation model by Microsoft.
32
+
-[PowerInfer/SmallThinker-3B-Preview](https://huggingface.co/PowerInfer/SmallThinker-3B-Preview): A very powerful model with reasoning capabilities.
32
33
-[Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct): Strong text generation model to follow instructions.
34
+
-[Qwen/Qwen2.5-Coder-32B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-32B-Instruct): Text generation model used to write code.
33
35
34
36
Explore all available models and find the one that suits you best [here](https://huggingface.co/models?inference=warm&pipeline_tag=text-generation&sort=trending).
Copy file name to clipboardExpand all lines: docs/api-inference/tasks/text-to-image.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ To use the JavaScript client, see `huggingface.js`'s [package reference](https:/
115
115
|**inputs***|_string_| The input text data (sometimes called "prompt") |
116
116
|**parameters**|_object_||
117
117
|**        guidance_scale**|_number_| A higher guidance scale value encourages the model to generate images closely linked to the text prompt, but values too high may cause saturation and other artifacts. |
118
-
|**        negative_prompt**|_string[]_| One or several prompt to guide what NOT to include in image generation. |
118
+
|**        negative_prompt**|_string_| One prompt to guide what NOT to include in image generation. |
119
119
|**        num_inference_steps**|_integer_| The number of denoising steps. More denoising steps usually lead to a higher quality image at the expense of slower inference. |
120
120
|**        target_size**|_object_| The size in pixel of the output image |
Copy file name to clipboardExpand all lines: docs/api-inference/tasks/zero-shot-classification.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,6 @@ For more details about the `zero-shot-classification` task, check out its [dedic
25
25
### Recommended models
26
26
27
27
-[facebook/bart-large-mnli](https://huggingface.co/facebook/bart-large-mnli): Powerful zero-shot text classification model.
28
-
-[MoritzLaurer/mDeBERTa-v3-base-xnli-multilingual-nli-2mil7](https://huggingface.co/MoritzLaurer/mDeBERTa-v3-base-xnli-multilingual-nli-2mil7): Powerful zero-shot multilingual text classification model that can accomplish multiple tasks.
29
28
30
29
Explore all available models and find the one that suits you best [here](https://huggingface.co/models?inference=warm&pipeline_tag=zero-shot-classification&sort=trending).
0 commit comments