Skip to content

Commit 7ee542d

Browse files
merveenoyanVaibhavs10pcuenca
authored
Update tasks (important ones) (huggingface#1163)
--------- Co-authored-by: vb <[email protected]> Co-authored-by: Pedro Cuenca <[email protected]>
1 parent 48cd514 commit 7ee542d

File tree

2 files changed

+18
-7
lines changed
  • packages/tasks/src/tasks

2 files changed

+18
-7
lines changed

packages/tasks/src/tasks/image-text-to-text/data.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const taskData: TaskDataCustom = {
6060
},
6161
{
6262
description: "Strong image-text-to-text model.",
63-
id: "Qwen/Qwen2-VL-7B-Instruct",
63+
id: "Qwen/Qwen2.5-VL-7B-Instruct",
6464
},
6565
{
6666
description: "Image-text-to-text model with reasoning capabilities.",
@@ -98,12 +98,12 @@ const taskData: TaskDataCustom = {
9898
},
9999
{
100100
description: "An application that detects gaze.",
101-
id: "smoondream/gaze-demo",
101+
id: "moondream/gaze-demo",
102102
},
103103
],
104104
summary:
105105
"Image-text-to-text models take in an image and text prompt and output text. These models are also called vision-language models, or VLMs. The difference from image-to-text models is that these models take an additional text input, not restricting the model to certain use cases like image captioning, and may also be trained to accept a conversation as input.",
106-
widgetModels: ["meta-llama/Llama-3.2-11B-Vision-Instruct"],
106+
widgetModels: ["Qwen/Qwen2-VL-7B-Instruct"],
107107
youtubeId: "IoGaGfU1CIg",
108108
};
109109

packages/tasks/src/tasks/text-generation/data.ts

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ const taskData: TaskDataCustom = {
1414
description: "Truly open-source, curated and cleaned dialogue dataset.",
1515
id: "HuggingFaceH4/ultrachat_200k",
1616
},
17+
{
18+
description: "A reasoning dataset.",
19+
id: "open-r1/OpenThoughts-114k-math",
20+
},
1721
{
1822
description: "A multilingual instruction dataset with preference ratings on responses.",
1923
id: "allenai/tulu-3-sft-mixture",
@@ -57,10 +61,13 @@ const taskData: TaskDataCustom = {
5761
},
5862
],
5963
models: [
60-
{
61-
description: "A text-generation model trained to follow instructions.",
64+
{ description: "A text-generation model trained to follow instructions.",
6265
id: "google/gemma-2-2b-it",
6366
},
67+
{
68+
description: "Smaller variant of one of the most powerful models.",
69+
id: "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B",
70+
},
6471
{
6572
description: "Very powerful text generation model trained to follow instructions.",
6673
id: "meta-llama/Meta-Llama-3.1-8B-Instruct",
@@ -74,13 +81,17 @@ const taskData: TaskDataCustom = {
7481
id: "PowerInfer/SmallThinker-3B-Preview",
7582
},
7683
{
77-
description: "Strong text generation model to follow instructions.",
78-
id: "Qwen/Qwen2.5-7B-Instruct",
84+
description: "Strong conversational model that supports very long instructions.",
85+
id: "Qwen/Qwen2.5-7B-Instruct-1M",
7986
},
8087
{
8188
description: "Text generation model used to write code.",
8289
id: "Qwen/Qwen2.5-Coder-32B-Instruct",
8390
},
91+
{
92+
description: "Powerful reasoning based open large language model.",
93+
id: "deepseek-ai/DeepSeek-R1",
94+
},
8495
],
8596
spaces: [
8697
{

0 commit comments

Comments
 (0)