Upload dataset
Browse files
Job_Exams-GK_International/dev-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:881fb938667ab3b394f73cf874afb2118ab788c252a4509fc9c0fa00c1c457ef
|
3 |
+
size 4531
|
Job_Exams-GK_International/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:797723514d13aece07189664bbb7d323b26ae4c89a3079b4eab15b0b710a61ef
|
3 |
+
size 72647
|
Job_Exams-GK_International/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0d536d9238ad5d41439b46f0e83471468d6cd33dc0b041fc30c0a602ef13305
|
3 |
+
size 120654
|
README.md
CHANGED
@@ -264,6 +264,28 @@ dataset_info:
|
|
264 |
num_examples: 1326
|
265 |
download_size: 284454
|
266 |
dataset_size: 588997
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
267 |
configs:
|
268 |
- config_name: Engineering_Admission-Chemistry
|
269 |
data_files:
|
@@ -361,4 +383,12 @@ configs:
|
|
361 |
path: Job_Exams-GK_Bangladesh/test-*
|
362 |
- split: validation
|
363 |
path: Job_Exams-GK_Bangladesh/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
364 |
---
|
|
|
264 |
num_examples: 1326
|
265 |
download_size: 284454
|
266 |
dataset_size: 588997
|
267 |
+
- config_name: Job_Exams-GK_International
|
268 |
+
features:
|
269 |
+
- name: id
|
270 |
+
dtype: string
|
271 |
+
- name: question
|
272 |
+
dtype: string
|
273 |
+
- name: options
|
274 |
+
sequence: string
|
275 |
+
- name: answer
|
276 |
+
dtype: string
|
277 |
+
splits:
|
278 |
+
- name: dev
|
279 |
+
num_bytes: 1851
|
280 |
+
num_examples: 5
|
281 |
+
- name: test
|
282 |
+
num_bytes: 151026
|
283 |
+
num_examples: 500
|
284 |
+
- name: validation
|
285 |
+
num_bytes: 253544
|
286 |
+
num_examples: 836
|
287 |
+
download_size: 197832
|
288 |
+
dataset_size: 406421
|
289 |
configs:
|
290 |
- config_name: Engineering_Admission-Chemistry
|
291 |
data_files:
|
|
|
383 |
path: Job_Exams-GK_Bangladesh/test-*
|
384 |
- split: validation
|
385 |
path: Job_Exams-GK_Bangladesh/validation-*
|
386 |
+
- config_name: Job_Exams-GK_International
|
387 |
+
data_files:
|
388 |
+
- split: dev
|
389 |
+
path: Job_Exams-GK_International/dev-*
|
390 |
+
- split: test
|
391 |
+
path: Job_Exams-GK_International/test-*
|
392 |
+
- split: validation
|
393 |
+
path: Job_Exams-GK_International/validation-*
|
394 |
---
|