SKNahin commited on
Commit
a7d94cc
·
verified ·
1 Parent(s): 54ca1a8

Upload dataset

Browse files
Higher_Secondary-Mathematics/dev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc4a1c106848a56b610f56fe84d03d0e04b286e9cbf39782f087bc7cfbdbbd5a
3
+ size 5132
Higher_Secondary-Mathematics/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fd8aaf05deb1fbce6256920cf055142192abf2ec680a460ef1051566b54df68
3
+ size 73148
Higher_Secondary-Mathematics/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74827f045cb37ec218f5d9d00af1d53b08f73e33a863f047ff58db1be7e9dcf0
3
+ size 762333
README.md CHANGED
@@ -132,6 +132,28 @@ dataset_info:
132
  num_examples: 4594
133
  download_size: 751113
134
  dataset_size: 1392254
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
135
  configs:
136
  - config_name: Engineering_Admission-Chemistry
137
  data_files:
@@ -181,4 +203,12 @@ configs:
181
  path: Higher_Secondary-Chemistry/test-*
182
  - split: validation
183
  path: Higher_Secondary-Chemistry/validation-*
 
 
 
 
 
 
 
 
184
  ---
 
132
  num_examples: 4594
133
  download_size: 751113
134
  dataset_size: 1392254
135
+ - config_name: Higher_Secondary-Mathematics
136
+ features:
137
+ - name: id
138
+ dtype: string
139
+ - name: question
140
+ dtype: string
141
+ - name: options
142
+ sequence: string
143
+ - name: answer
144
+ dtype: string
145
+ splits:
146
+ - name: dev
147
+ num_bytes: 1687
148
+ num_examples: 5
149
+ - name: test
150
+ num_bytes: 124344
151
+ num_examples: 500
152
+ - name: validation
153
+ num_bytes: 1353478
154
+ num_examples: 5430
155
+ download_size: 840613
156
+ dataset_size: 1479509
157
  configs:
158
  - config_name: Engineering_Admission-Chemistry
159
  data_files:
 
203
  path: Higher_Secondary-Chemistry/test-*
204
  - split: validation
205
  path: Higher_Secondary-Chemistry/validation-*
206
+ - config_name: Higher_Secondary-Mathematics
207
+ data_files:
208
+ - split: dev
209
+ path: Higher_Secondary-Mathematics/dev-*
210
+ - split: test
211
+ path: Higher_Secondary-Mathematics/test-*
212
+ - split: validation
213
+ path: Higher_Secondary-Mathematics/validation-*
214
  ---