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

Upload dataset

Browse files
Higher_Secondary-Chemistry/dev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eccc475edc9d7af81de143556b8a968e8a43b5be1a41176a67bf01df91cda81d
3
+ size 3886
Higher_Secondary-Chemistry/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b2f18e1ce3a108ce4205e340064cbfd5357cb2d30194caefedb5a8b441cb4f7
3
+ size 74354
Higher_Secondary-Chemistry/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a6dd17255b167dcbb318c0d98d1d9ec9fb30cc66ff01df06cf10120e924ffe4
3
+ size 672873
README.md CHANGED
@@ -110,6 +110,28 @@ dataset_info:
110
  num_examples: 2508
111
  download_size: 464174
112
  dataset_size: 962622
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
113
  configs:
114
  - config_name: Engineering_Admission-Chemistry
115
  data_files:
@@ -151,4 +173,12 @@ configs:
151
  path: Higher_Secondary-Biology_Zoology/test-*
152
  - split: validation
153
  path: Higher_Secondary-Biology_Zoology/validation-*
 
 
 
 
 
 
 
 
154
  ---
 
110
  num_examples: 2508
111
  download_size: 464174
112
  dataset_size: 962622
113
+ - config_name: Higher_Secondary-Chemistry
114
+ features:
115
+ - name: id
116
+ dtype: string
117
+ - name: question
118
+ dtype: string
119
+ - name: options
120
+ sequence: string
121
+ - name: answer
122
+ dtype: string
123
+ splits:
124
+ - name: dev
125
+ num_bytes: 1189
126
+ num_examples: 5
127
+ - name: test
128
+ num_bytes: 134507
129
+ num_examples: 500
130
+ - name: validation
131
+ num_bytes: 1256558
132
+ num_examples: 4594
133
+ download_size: 751113
134
+ dataset_size: 1392254
135
  configs:
136
  - config_name: Engineering_Admission-Chemistry
137
  data_files:
 
173
  path: Higher_Secondary-Biology_Zoology/test-*
174
  - split: validation
175
  path: Higher_Secondary-Biology_Zoology/validation-*
176
+ - config_name: Higher_Secondary-Chemistry
177
+ data_files:
178
+ - split: dev
179
+ path: Higher_Secondary-Chemistry/dev-*
180
+ - split: test
181
+ path: Higher_Secondary-Chemistry/test-*
182
+ - split: validation
183
+ path: Higher_Secondary-Chemistry/validation-*
184
  ---