ZTWHHH commited on
Commit
ebd36b0
·
verified ·
1 Parent(s): 7b2d1e5

Add v2 manifest (metadata.json)

Browse files
Files changed (1) hide show
  1. metadata.json +49 -0
metadata.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "WebSRC",
3
+ "release_date": "2021-04-21",
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
+ },
24
+ "question": {
25
+ "from": "question"
26
+ },
27
+ "answer": {
28
+ "from": "answer",
29
+ "optional": true
30
+ },
31
+ "extra": {
32
+ "domain": {
33
+ "from": "domain"
34
+ },
35
+ "page_id": {
36
+ "from": "page_id"
37
+ }
38
+ },
39
+ "source": {
40
+ "format": "huggingface",
41
+ "url": {
42
+ "train": "https://huggingface.co/datasets/rootsautomation/websrc",
43
+ "dev": "https://huggingface.co/datasets/rootsautomation/websrc"
44
+ }
45
+ }
46
+ }
47
+ }
48
+ }
49
+ }