ZTWHHH commited on
Commit
4892f0a
·
verified ·
1 Parent(s): d91bfdb

Upload metadata.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. metadata.json +60 -0
metadata.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "DynaMath",
3
+ "release_date": "2024-05-01",
4
+ "subsets": {
5
+ "main": {
6
+ "language": [
7
+ "en"
8
+ ],
9
+ "modalities": [
10
+ "image"
11
+ ],
12
+ "task_type": "vqa",
13
+ "prompt_template": "<image>{{ question }}{% if options %}\nOptions:\n{% for k, v in options.items() %}{{ k }}. {{ v }}{% if not loop.last %}\n{% endif %}{% endfor %}{% endif %}\n",
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
+ "options": {
32
+ "from": "options",
33
+ "optional": true,
34
+ "note": "list source values are normalized to {A,B,...} dict"
35
+ },
36
+ "choices": {
37
+ "from": "choices"
38
+ },
39
+ "extra": {
40
+ "subject": {
41
+ "from": "subject"
42
+ },
43
+ "level": {
44
+ "from": "level"
45
+ },
46
+ "answer_type": {
47
+ "from": "answer_type"
48
+ }
49
+ },
50
+ "source": {
51
+ "format": "json",
52
+ "links": {
53
+ "test": "https://github.com/DynaMath/DynaMath/tree/main/dataset"
54
+ },
55
+ "url": "https://github.com/DynaMath/DynaMath"
56
+ }
57
+ }
58
+ }
59
+ }
60
+ }