Commit
•
4d4ed1b
1
Parent(s):
e41544f
Add ARC-Easy data files
Browse files- ARC-Easy/test-00000-of-00001.parquet +3 -0
- ARC-Easy/train-00000-of-00001.parquet +3 -0
- ARC-Easy/validation-00000-of-00001.parquet +3 -0
- README.md +13 -5
- dataset_infos.json +14 -28
ARC-Easy/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4160597d618ae851c7eb04e281574f3f654776216ac6b6641588d64527b47177
|
3 |
+
size 346257
|
ARC-Easy/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b315db8a4be597dc7daa50a4e70d48dd7c990c32085629e6ccd8c926beaa80b5
|
3 |
+
size 330598
|
ARC-Easy/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed890ff1e4cef7a7140d3a30dcea3ed2c9d467c6458f447ad9ef0176d8dcbb74
|
3 |
+
size 86080
|
README.md
CHANGED
@@ -64,16 +64,16 @@ dataset_info:
|
|
64 |
dtype: string
|
65 |
splits:
|
66 |
- name: train
|
67 |
-
num_bytes:
|
68 |
num_examples: 2251
|
69 |
- name: test
|
70 |
-
num_bytes:
|
71 |
num_examples: 2376
|
72 |
- name: validation
|
73 |
-
num_bytes:
|
74 |
num_examples: 570
|
75 |
-
download_size:
|
76 |
-
dataset_size:
|
77 |
configs:
|
78 |
- config_name: ARC-Challenge
|
79 |
data_files:
|
@@ -83,6 +83,14 @@ configs:
|
|
83 |
path: ARC-Challenge/test-*
|
84 |
- split: validation
|
85 |
path: ARC-Challenge/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
86 |
---
|
87 |
|
88 |
# Dataset Card for "ai2_arc"
|
|
|
64 |
dtype: string
|
65 |
splits:
|
66 |
- name: train
|
67 |
+
num_bytes: 619000
|
68 |
num_examples: 2251
|
69 |
- name: test
|
70 |
+
num_bytes: 657514
|
71 |
num_examples: 2376
|
72 |
- name: validation
|
73 |
+
num_bytes: 157394
|
74 |
num_examples: 570
|
75 |
+
download_size: 762935
|
76 |
+
dataset_size: 1433908
|
77 |
configs:
|
78 |
- config_name: ARC-Challenge
|
79 |
data_files:
|
|
|
83 |
path: ARC-Challenge/test-*
|
84 |
- split: validation
|
85 |
path: ARC-Challenge/validation-*
|
86 |
+
- config_name: ARC-Easy
|
87 |
+
data_files:
|
88 |
+
- split: train
|
89 |
+
path: ARC-Easy/train-*
|
90 |
+
- split: test
|
91 |
+
path: ARC-Easy/test-*
|
92 |
+
- split: validation
|
93 |
+
path: ARC-Easy/validation-*
|
94 |
---
|
95 |
|
96 |
# Dataset Card for "ai2_arc"
|
dataset_infos.json
CHANGED
@@ -73,76 +73,62 @@
|
|
73 |
"features": {
|
74 |
"id": {
|
75 |
"dtype": "string",
|
76 |
-
"id": null,
|
77 |
"_type": "Value"
|
78 |
},
|
79 |
"question": {
|
80 |
"dtype": "string",
|
81 |
-
"id": null,
|
82 |
"_type": "Value"
|
83 |
},
|
84 |
"choices": {
|
85 |
"feature": {
|
86 |
"text": {
|
87 |
"dtype": "string",
|
88 |
-
"id": null,
|
89 |
"_type": "Value"
|
90 |
},
|
91 |
"label": {
|
92 |
"dtype": "string",
|
93 |
-
"id": null,
|
94 |
"_type": "Value"
|
95 |
}
|
96 |
},
|
97 |
-
"length": -1,
|
98 |
-
"id": null,
|
99 |
"_type": "Sequence"
|
100 |
},
|
101 |
"answerKey": {
|
102 |
"dtype": "string",
|
103 |
-
"id": null,
|
104 |
"_type": "Value"
|
105 |
}
|
106 |
},
|
107 |
-
"supervised_keys": null,
|
108 |
"builder_name": "ai2_arc",
|
|
|
109 |
"config_name": "ARC-Easy",
|
110 |
"version": {
|
111 |
"version_str": "1.0.0",
|
112 |
"description": "",
|
113 |
-
"datasets_version_to_prepare": null,
|
114 |
"major": 1,
|
115 |
"minor": 0,
|
116 |
"patch": 0
|
117 |
},
|
118 |
"splits": {
|
119 |
-
"test": {
|
120 |
-
"name": "test",
|
121 |
-
"num_bytes": 661997,
|
122 |
-
"num_examples": 2376,
|
123 |
-
"dataset_name": "ai2_arc"
|
124 |
-
},
|
125 |
"train": {
|
126 |
"name": "train",
|
127 |
-
"num_bytes":
|
128 |
"num_examples": 2251,
|
129 |
-
"dataset_name":
|
|
|
|
|
|
|
|
|
|
|
|
|
130 |
},
|
131 |
"validation": {
|
132 |
"name": "validation",
|
133 |
-
"num_bytes":
|
134 |
"num_examples": 570,
|
135 |
-
"dataset_name":
|
136 |
-
}
|
137 |
-
},
|
138 |
-
"download_checksums": {
|
139 |
-
"https://s3-us-west-2.amazonaws.com/ai2-website/data/ARC-V1-Feb2018.zip": {
|
140 |
-
"num_bytes": 680841265,
|
141 |
-
"checksum": "6d2d5ab50b2ceec6ba5f79c921be77cf2de712ea25a2b3f4fff3acc101cecfa0"
|
142 |
}
|
143 |
},
|
144 |
-
"download_size":
|
145 |
-
"dataset_size":
|
146 |
-
"size_in_bytes":
|
147 |
}
|
148 |
}
|
|
|
73 |
"features": {
|
74 |
"id": {
|
75 |
"dtype": "string",
|
|
|
76 |
"_type": "Value"
|
77 |
},
|
78 |
"question": {
|
79 |
"dtype": "string",
|
|
|
80 |
"_type": "Value"
|
81 |
},
|
82 |
"choices": {
|
83 |
"feature": {
|
84 |
"text": {
|
85 |
"dtype": "string",
|
|
|
86 |
"_type": "Value"
|
87 |
},
|
88 |
"label": {
|
89 |
"dtype": "string",
|
|
|
90 |
"_type": "Value"
|
91 |
}
|
92 |
},
|
|
|
|
|
93 |
"_type": "Sequence"
|
94 |
},
|
95 |
"answerKey": {
|
96 |
"dtype": "string",
|
|
|
97 |
"_type": "Value"
|
98 |
}
|
99 |
},
|
|
|
100 |
"builder_name": "ai2_arc",
|
101 |
+
"dataset_name": "ai2_arc",
|
102 |
"config_name": "ARC-Easy",
|
103 |
"version": {
|
104 |
"version_str": "1.0.0",
|
105 |
"description": "",
|
|
|
106 |
"major": 1,
|
107 |
"minor": 0,
|
108 |
"patch": 0
|
109 |
},
|
110 |
"splits": {
|
|
|
|
|
|
|
|
|
|
|
|
|
111 |
"train": {
|
112 |
"name": "train",
|
113 |
+
"num_bytes": 619000,
|
114 |
"num_examples": 2251,
|
115 |
+
"dataset_name": null
|
116 |
+
},
|
117 |
+
"test": {
|
118 |
+
"name": "test",
|
119 |
+
"num_bytes": 657514,
|
120 |
+
"num_examples": 2376,
|
121 |
+
"dataset_name": null
|
122 |
},
|
123 |
"validation": {
|
124 |
"name": "validation",
|
125 |
+
"num_bytes": 157394,
|
126 |
"num_examples": 570,
|
127 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
128 |
}
|
129 |
},
|
130 |
+
"download_size": 762935,
|
131 |
+
"dataset_size": 1433908,
|
132 |
+
"size_in_bytes": 2196843
|
133 |
}
|
134 |
}
|