ZTWHHH commited on
Commit
ad4a6bb
·
verified ·
1 Parent(s): f450ee4

Add v2 manifest (metadata.json)

Browse files
Files changed (1) hide show
  1. metadata.json +45 -0
metadata.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Visual7W",
3
+ "release_date": "2026-05-27",
4
+ "subsets": {
5
+ "main": {
6
+ "language": [
7
+ "en"
8
+ ],
9
+ "modalities": [
10
+ "single_image_start"
11
+ ],
12
+ "task_type": "multiple_choice_vqa",
13
+ "prompt_template": "<image>{{ question }}",
14
+ "mapping_from_source": {
15
+ "media": {
16
+ "from": "image",
17
+ "type": "list",
18
+ "min_items": 1,
19
+ "max_items": 1
20
+ },
21
+ "id": {
22
+ "from": "id"
23
+ },
24
+ "question": {
25
+ "from": "question"
26
+ },
27
+ "answer": {
28
+ "from": "answer",
29
+ "optional": true
30
+ },
31
+ "extra": {
32
+ "source_id": {
33
+ "from": "source_id"
34
+ }
35
+ },
36
+ "source": {
37
+ "format": "huggingface",
38
+ "url": {
39
+ "test": "https://huggingface.co/datasets/nimapourjafar/mm_visual7w"
40
+ }
41
+ }
42
+ }
43
+ }
44
+ }
45
+ }