ZTWHHH commited on
Commit
ed054f7
·
verified ·
1 Parent(s): fac752c

Add v2 manifest (metadata.json)

Browse files
Files changed (1) hide show
  1. metadata.json +50 -0
metadata.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "WHOOPS!",
3
+ "release_date": "2023-03-13",
4
+ "subsets": {
5
+ "main": {
6
+ "language": [
7
+ "en"
8
+ ],
9
+ "modalities": [
10
+ "single_image_start"
11
+ ],
12
+ "task_type": "vqa",
13
+ "prompt_template": "<image>{{ question }}\nAnswer the question using a single word or phrase.",
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
+ "explode_from": "qa",
24
+ "id_template": "{id}_q{idx}"
25
+ },
26
+ "question": {
27
+ "from": "question"
28
+ },
29
+ "answer": {
30
+ "from": "answer",
31
+ "optional": true
32
+ },
33
+ "extra": {
34
+ "commonsense_category": {
35
+ "from": "commonsense_category"
36
+ },
37
+ "designer_explanation": {
38
+ "from": "designer_explanation"
39
+ }
40
+ },
41
+ "source": {
42
+ "format": "huggingface",
43
+ "url": {
44
+ "test": "https://huggingface.co/datasets/nlphuji/whoops"
45
+ }
46
+ }
47
+ }
48
+ }
49
+ }
50
+ }