ZTWHHH commited on
Commit
e6d4136
·
verified ·
1 Parent(s): 33b0119

Add manifest (metadata.json)

Browse files
Files changed (1) hide show
  1. metadata.json +46 -0
metadata.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "ZeroBench",
3
+ "release_date": "2025-02-11",
4
+ "subsets": {
5
+ "default": {
6
+ "language": [
7
+ "en"
8
+ ],
9
+ "modalities": [
10
+ "multi_image_start"
11
+ ],
12
+ "task_type": "vqa",
13
+ "prompt_template": "{% for _ in range(n_images) %}<image>{% endfor %}{{ question }}",
14
+ "prompt_template_source": {
15
+ "origin": "official",
16
+ "reference": "https://huggingface.co/datasets/jonathan-roberts1/zerobench",
17
+ "notes": "Tier 1: ZeroBench published as open-ended VQA on HF; dataset card describes single-prompt evaluation across both zerobench (100 main) and zerobench_subquestions (334 decomposed) splits."
18
+ },
19
+ "mapping_from_source": {
20
+ "media": {
21
+ "from": "question_images_decoded",
22
+ "type": "list",
23
+ "min_items": 1,
24
+ "max_items": 3
25
+ },
26
+ "id": {
27
+ "from": "question_id"
28
+ },
29
+ "question": {
30
+ "from": "question_text"
31
+ },
32
+ "answer": {
33
+ "from": "question_answer",
34
+ "optional": true
35
+ },
36
+ "source": {
37
+ "format": "huggingface",
38
+ "url": {
39
+ "zerobench": "https://huggingface.co/datasets/jonathan-roberts1/zerobench",
40
+ "zerobench_subquestions": "https://huggingface.co/datasets/jonathan-roberts1/zerobench"
41
+ }
42
+ }
43
+ }
44
+ }
45
+ }
46
+ }