@huggingface/tasks 0.12.19 → 0.12.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
- package/src/tasks/image-text-to-text/data.ts +2 -2
package/dist/index.cjs
CHANGED
|
@@ -2220,8 +2220,8 @@ var taskData11 = {
|
|
|
2220
2220
|
metrics: [],
|
|
2221
2221
|
models: [
|
|
2222
2222
|
{
|
|
2223
|
-
description: "
|
|
2224
|
-
id: "
|
|
2223
|
+
description: "Powerful vision language model with great visual understanding and reasoning capabilities.",
|
|
2224
|
+
id: "meta-llama/Llama-3.2-11B-Vision-Instruct"
|
|
2225
2225
|
},
|
|
2226
2226
|
{
|
|
2227
2227
|
description: "Cutting-edge conversational vision language model that can take multiple image inputs.",
|
package/dist/index.js
CHANGED
|
@@ -2182,8 +2182,8 @@ var taskData11 = {
|
|
|
2182
2182
|
metrics: [],
|
|
2183
2183
|
models: [
|
|
2184
2184
|
{
|
|
2185
|
-
description: "
|
|
2186
|
-
id: "
|
|
2185
|
+
description: "Powerful vision language model with great visual understanding and reasoning capabilities.",
|
|
2186
|
+
id: "meta-llama/Llama-3.2-11B-Vision-Instruct"
|
|
2187
2187
|
},
|
|
2188
2188
|
{
|
|
2189
2189
|
description: "Cutting-edge conversational vision language model that can take multiple image inputs.",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@huggingface/tasks",
|
|
3
3
|
"packageManager": "pnpm@8.10.5",
|
|
4
|
-
"version": "0.12.
|
|
4
|
+
"version": "0.12.20",
|
|
5
5
|
"description": "List of ML tasks for huggingface.co/tasks",
|
|
6
6
|
"repository": "https://github.com/huggingface/huggingface.js.git",
|
|
7
7
|
"publishConfig": {
|
|
@@ -43,8 +43,8 @@ const taskData: TaskDataCustom = {
|
|
|
43
43
|
metrics: [],
|
|
44
44
|
models: [
|
|
45
45
|
{
|
|
46
|
-
description: "
|
|
47
|
-
id: "
|
|
46
|
+
description: "Powerful vision language model with great visual understanding and reasoning capabilities.",
|
|
47
|
+
id: "meta-llama/Llama-3.2-11B-Vision-Instruct",
|
|
48
48
|
},
|
|
49
49
|
{
|
|
50
50
|
description: "Cutting-edge conversational vision language model that can take multiple image inputs.",
|