ZTWHHH commited on
Commit
da4fa6f
·
verified ·
1 Parent(s): 3dc8193

Add manifest (metadata.json)

Browse files
Files changed (1) hide show
  1. metadata.json +62 -0
metadata.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "SeePhys",
3
+ "release_date": "2025-05-15",
4
+ "subsets": {
5
+ "default": {
6
+ "language": [
7
+ "en"
8
+ ],
9
+ "modalities": [
10
+ "single_image_start"
11
+ ],
12
+ "task_type": "vqa",
13
+ "prompt_template": "<image>{{ question }}",
14
+ "prompt_template_source": {
15
+ "origin": "official",
16
+ "reference": "https://huggingface.co/datasets/SeePhys/SeePhys",
17
+ "notes": "Tier 1: SeePhys is open-ended physics VQA with embedded image+question+answer; standard <image>+question prompt per the dataset card."
18
+ },
19
+ "mapping_from_source": {
20
+ "media": {
21
+ "from": "images",
22
+ "type": "list",
23
+ "min_items": 1,
24
+ "max_items": 4
25
+ },
26
+ "id": {
27
+ "from": "index"
28
+ },
29
+ "question": {
30
+ "from": "question"
31
+ },
32
+ "answer": {
33
+ "from": "answer",
34
+ "optional": true
35
+ },
36
+ "extra": {
37
+ "reasoning": {
38
+ "from": "reasoning"
39
+ },
40
+ "sig_figs": {
41
+ "from": "sig_figs"
42
+ },
43
+ "level": {
44
+ "from": "level"
45
+ },
46
+ "subject": {
47
+ "from": "subject"
48
+ },
49
+ "language": {
50
+ "from": "language"
51
+ }
52
+ },
53
+ "source": {
54
+ "format": "huggingface",
55
+ "url": {
56
+ "train": "https://huggingface.co/datasets/SeePhys/SeePhys"
57
+ }
58
+ }
59
+ }
60
+ }
61
+ }
62
+ }