@huggingface/tasks 0.20.19 → 0.20.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.
@@ -82,5 +82,10 @@ export declare const EVALUATION_FRAMEWORKS: {
82
82
  readonly description: "ParseBench is a benchmark for evaluating document parsing systems on real-world enterprise documents across tables, charts, content faithfulness, semantic formatting, and visual grounding.";
83
83
  readonly url: "https://github.com/run-llama/ParseBench";
84
84
  };
85
+ readonly "video-mme-v2": {
86
+ readonly name: "video-mme-v2";
87
+ readonly description: "Video-MME-v2 is a benchmark for evaluating the next stage of video understanding capabilities of multimodal large language models.";
88
+ readonly url: "https://github.com/MME-Benchmarks/Video-MME-v2";
89
+ };
85
90
  };
86
91
  //# sourceMappingURL=eval.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"eval.d.ts","sourceRoot":"","sources":["../../src/eval.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwFxB,CAAC"}
1
+ {"version":3,"file":"eval.d.ts","sourceRoot":"","sources":["../../src/eval.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8FxB,CAAC"}
@@ -85,4 +85,9 @@ exports.EVALUATION_FRAMEWORKS = {
85
85
  description: "ParseBench is a benchmark for evaluating document parsing systems on real-world enterprise documents across tables, charts, content faithfulness, semantic formatting, and visual grounding.",
86
86
  url: "https://github.com/run-llama/ParseBench",
87
87
  },
88
+ "video-mme-v2": {
89
+ name: "video-mme-v2",
90
+ description: "Video-MME-v2 is a benchmark for evaluating the next stage of video understanding capabilities of multimodal large language models.",
91
+ url: "https://github.com/MME-Benchmarks/Video-MME-v2",
92
+ },
88
93
  };
@@ -82,5 +82,10 @@ export declare const EVALUATION_FRAMEWORKS: {
82
82
  readonly description: "ParseBench is a benchmark for evaluating document parsing systems on real-world enterprise documents across tables, charts, content faithfulness, semantic formatting, and visual grounding.";
83
83
  readonly url: "https://github.com/run-llama/ParseBench";
84
84
  };
85
+ readonly "video-mme-v2": {
86
+ readonly name: "video-mme-v2";
87
+ readonly description: "Video-MME-v2 is a benchmark for evaluating the next stage of video understanding capabilities of multimodal large language models.";
88
+ readonly url: "https://github.com/MME-Benchmarks/Video-MME-v2";
89
+ };
85
90
  };
86
91
  //# sourceMappingURL=eval.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"eval.d.ts","sourceRoot":"","sources":["../../src/eval.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwFxB,CAAC"}
1
+ {"version":3,"file":"eval.d.ts","sourceRoot":"","sources":["../../src/eval.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8FxB,CAAC"}
package/dist/esm/eval.js CHANGED
@@ -82,4 +82,9 @@ export const EVALUATION_FRAMEWORKS = {
82
82
  description: "ParseBench is a benchmark for evaluating document parsing systems on real-world enterprise documents across tables, charts, content faithfulness, semantic formatting, and visual grounding.",
83
83
  url: "https://github.com/run-llama/ParseBench",
84
84
  },
85
+ "video-mme-v2": {
86
+ name: "video-mme-v2",
87
+ description: "Video-MME-v2 is a benchmark for evaluating the next stage of video understanding capabilities of multimodal large language models.",
88
+ url: "https://github.com/MME-Benchmarks/Video-MME-v2",
89
+ },
85
90
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@huggingface/tasks",
3
- "version": "0.20.19",
3
+ "version": "0.20.20",
4
4
  "description": "List of ML tasks for huggingface.co/tasks",
5
5
  "keywords": [
6
6
  "hub",
package/src/eval.ts CHANGED
@@ -89,4 +89,10 @@ export const EVALUATION_FRAMEWORKS = {
89
89
  "ParseBench is a benchmark for evaluating document parsing systems on real-world enterprise documents across tables, charts, content faithfulness, semantic formatting, and visual grounding.",
90
90
  url: "https://github.com/run-llama/ParseBench",
91
91
  },
92
+ "video-mme-v2": {
93
+ name: "video-mme-v2",
94
+ description:
95
+ "Video-MME-v2 is a benchmark for evaluating the next stage of video understanding capabilities of multimodal large language models.",
96
+ url: "https://github.com/MME-Benchmarks/Video-MME-v2",
97
+ },
92
98
  } as const;