Skip to content

Commit bbea494

Browse files
committed
change widget model for image-text-to-text task
1 parent 0184aab commit bbea494

File tree

1 file changed

+1
-1
lines changed
  • packages/tasks/src/tasks/image-text-to-text

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const taskData: TaskDataCustom = {
8787
],
8888
summary:
8989
"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.",
90-
widgetModels: ["microsoft/kosmos-2-patch14-224"],
90+
widgetModels: ["meta-llama/Llama-3.2-11B-Vision-Instruct"],
9191
youtubeId: "IoGaGfU1CIg",
9292
};
9393

0 commit comments

Comments
 (0)