ttlynne commited on
Commit
9bb3175
·
verified ·
1 Parent(s): 31b7f56

Upload folder using huggingface_hub

Browse files
data/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fb1838956993c824eef71119d21a2ea885ab4f090ccce44a29150047bbc7617
3
+ size 437619000
data/dataset_info.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "sample_index": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "problem_index": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "problem_version": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "question": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ },
21
+ "image": {
22
+ "_type": "Image"
23
+ },
24
+ "answer": {
25
+ "dtype": "string",
26
+ "_type": "Value"
27
+ },
28
+ "question_type": {
29
+ "dtype": "string",
30
+ "_type": "Value"
31
+ },
32
+ "metadata": {
33
+ "split": {
34
+ "dtype": "string",
35
+ "_type": "Value"
36
+ },
37
+ "source": {
38
+ "dtype": "string",
39
+ "_type": "Value"
40
+ },
41
+ "subject": {
42
+ "dtype": "string",
43
+ "_type": "Value"
44
+ },
45
+ "subfield": {
46
+ "dtype": "string",
47
+ "_type": "Value"
48
+ }
49
+ },
50
+ "query_wo": {
51
+ "dtype": "string",
52
+ "_type": "Value"
53
+ },
54
+ "query_cot": {
55
+ "dtype": "string",
56
+ "_type": "Value"
57
+ },
58
+ "question_for_eval": {
59
+ "dtype": "string",
60
+ "_type": "Value"
61
+ },
62
+ "mm_embedding": {
63
+ "feature": {
64
+ "dtype": "float64",
65
+ "_type": "Value"
66
+ },
67
+ "_type": "List"
68
+ },
69
+ "embedding_question": {
70
+ "feature": {
71
+ "dtype": "float64",
72
+ "_type": "Value"
73
+ },
74
+ "_type": "List"
75
+ }
76
+ },
77
+ "homepage": "",
78
+ "license": ""
79
+ }
data/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "b51caf7f120b053f",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }