Skip to content

Commit

Permalink
Update tasks (important ones) (#1163)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: vb <[email protected]>
Co-authored-by: Pedro Cuenca <[email protected]>
  • Loading branch information
3 people authored Feb 4, 2025
1 parent 48cd514 commit 7ee542d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
6 changes: 3 additions & 3 deletions packages/tasks/src/tasks/image-text-to-text/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const taskData: TaskDataCustom = {
},
{
description: "Strong image-text-to-text model.",
id: "Qwen/Qwen2-VL-7B-Instruct",
id: "Qwen/Qwen2.5-VL-7B-Instruct",
},
{
description: "Image-text-to-text model with reasoning capabilities.",
Expand Down Expand Up @@ -98,12 +98,12 @@ const taskData: TaskDataCustom = {
},
{
description: "An application that detects gaze.",
id: "smoondream/gaze-demo",
id: "moondream/gaze-demo",
},
],
summary:
"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.",
widgetModels: ["meta-llama/Llama-3.2-11B-Vision-Instruct"],
widgetModels: ["Qwen/Qwen2-VL-7B-Instruct"],
youtubeId: "IoGaGfU1CIg",
};

Expand Down
19 changes: 15 additions & 4 deletions packages/tasks/src/tasks/text-generation/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ const taskData: TaskDataCustom = {
description: "Truly open-source, curated and cleaned dialogue dataset.",
id: "HuggingFaceH4/ultrachat_200k",
},
{
description: "A reasoning dataset.",
id: "open-r1/OpenThoughts-114k-math",
},
{
description: "A multilingual instruction dataset with preference ratings on responses.",
id: "allenai/tulu-3-sft-mixture",
Expand Down Expand Up @@ -57,10 +61,13 @@ const taskData: TaskDataCustom = {
},
],
models: [
{
description: "A text-generation model trained to follow instructions.",
{ description: "A text-generation model trained to follow instructions.",
id: "google/gemma-2-2b-it",
},
{
description: "Smaller variant of one of the most powerful models.",
id: "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B",
},
{
description: "Very powerful text generation model trained to follow instructions.",
id: "meta-llama/Meta-Llama-3.1-8B-Instruct",
Expand All @@ -74,13 +81,17 @@ const taskData: TaskDataCustom = {
id: "PowerInfer/SmallThinker-3B-Preview",
},
{
description: "Strong text generation model to follow instructions.",
id: "Qwen/Qwen2.5-7B-Instruct",
description: "Strong conversational model that supports very long instructions.",
id: "Qwen/Qwen2.5-7B-Instruct-1M",
},
{
description: "Text generation model used to write code.",
id: "Qwen/Qwen2.5-Coder-32B-Instruct",
},
{
description: "Powerful reasoning based open large language model.",
id: "deepseek-ai/DeepSeek-R1",
},
],
spaces: [
{
Expand Down

0 comments on commit 7ee542d

Please sign in to comment.