Upload dataset
Browse files
Higher_Secondary-Physics/dev-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:352fdebb20e29b302b70ae95678303bc46c5c03f3fcffb10cf9bbdba1c5f7938
|
3 |
+
size 3926
|
Higher_Secondary-Physics/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:501a6b0423be9361f2d7d2d36648fce830414eceaa2c7df250802d3f4886ae40
|
3 |
+
size 87227
|
Higher_Secondary-Physics/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae03c8a1b75ddbfc3b17f7e8f730463d3bbdc40cebd9cdf5a56af147f3d32c89
|
3 |
+
size 1449745
|
README.md
CHANGED
@@ -154,6 +154,28 @@ dataset_info:
|
|
154 |
num_examples: 5430
|
155 |
download_size: 840613
|
156 |
dataset_size: 1479509
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
157 |
configs:
|
158 |
- config_name: Engineering_Admission-Chemistry
|
159 |
data_files:
|
@@ -211,4 +233,12 @@ configs:
|
|
211 |
path: Higher_Secondary-Mathematics/test-*
|
212 |
- split: validation
|
213 |
path: Higher_Secondary-Mathematics/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
214 |
---
|
|
|
154 |
num_examples: 5430
|
155 |
download_size: 840613
|
156 |
dataset_size: 1479509
|
157 |
+
- config_name: Higher_Secondary-Physics
|
158 |
+
features:
|
159 |
+
- name: id
|
160 |
+
dtype: string
|
161 |
+
- name: question
|
162 |
+
dtype: string
|
163 |
+
- name: options
|
164 |
+
sequence: string
|
165 |
+
- name: answer
|
166 |
+
dtype: string
|
167 |
+
splits:
|
168 |
+
- name: dev
|
169 |
+
num_bytes: 1243
|
170 |
+
num_examples: 5
|
171 |
+
- name: test
|
172 |
+
num_bytes: 167568
|
173 |
+
num_examples: 500
|
174 |
+
- name: validation
|
175 |
+
num_bytes: 2855620
|
176 |
+
num_examples: 8617
|
177 |
+
download_size: 1540898
|
178 |
+
dataset_size: 3024431
|
179 |
configs:
|
180 |
- config_name: Engineering_Admission-Chemistry
|
181 |
data_files:
|
|
|
233 |
path: Higher_Secondary-Mathematics/test-*
|
234 |
- split: validation
|
235 |
path: Higher_Secondary-Mathematics/validation-*
|
236 |
+
- config_name: Higher_Secondary-Physics
|
237 |
+
data_files:
|
238 |
+
- split: dev
|
239 |
+
path: Higher_Secondary-Physics/dev-*
|
240 |
+
- split: test
|
241 |
+
path: Higher_Secondary-Physics/test-*
|
242 |
+
- split: validation
|
243 |
+
path: Higher_Secondary-Physics/validation-*
|
244 |
---
|