Upload dataset
Browse files
Job_Exams-Mathematics/dev-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:638bd481fb0517ac9b651a4821d81c47391b539f2b8fcf9d01fef4e68db16b4f
|
| 3 |
+
size 3902
|
Job_Exams-Mathematics/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:435110ff376f0cbdbf074b9be6c67e36f7a7ccec4deda47687589d5948e96bb1
|
| 3 |
+
size 72394
|
Job_Exams-Mathematics/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1893fbfe9ec661ee0dbed4738bfd87db9423718f8304f00181895e5d9129d9c
|
| 3 |
+
size 298443
|
README.md
CHANGED
|
@@ -330,6 +330,28 @@ dataset_info:
|
|
| 330 |
num_examples: 7
|
| 331 |
download_size: 27349
|
| 332 |
dataset_size: 33816
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 333 |
configs:
|
| 334 |
- config_name: Engineering_Admission-Chemistry
|
| 335 |
data_files:
|
|
@@ -451,4 +473,12 @@ configs:
|
|
| 451 |
path: Job_Exams-IQ/test-*
|
| 452 |
- split: validation
|
| 453 |
path: Job_Exams-IQ/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 454 |
---
|
|
|
|
| 330 |
num_examples: 7
|
| 331 |
download_size: 27349
|
| 332 |
dataset_size: 33816
|
| 333 |
+
- config_name: Job_Exams-Mathematics
|
| 334 |
+
features:
|
| 335 |
+
- name: id
|
| 336 |
+
dtype: string
|
| 337 |
+
- name: question
|
| 338 |
+
dtype: string
|
| 339 |
+
- name: options
|
| 340 |
+
sequence: string
|
| 341 |
+
- name: answer
|
| 342 |
+
dtype: string
|
| 343 |
+
splits:
|
| 344 |
+
- name: dev
|
| 345 |
+
num_bytes: 1544
|
| 346 |
+
num_examples: 5
|
| 347 |
+
- name: test
|
| 348 |
+
num_bytes: 145337
|
| 349 |
+
num_examples: 500
|
| 350 |
+
- name: validation
|
| 351 |
+
num_bytes: 616908
|
| 352 |
+
num_examples: 2084
|
| 353 |
+
download_size: 374739
|
| 354 |
+
dataset_size: 763789
|
| 355 |
configs:
|
| 356 |
- config_name: Engineering_Admission-Chemistry
|
| 357 |
data_files:
|
|
|
|
| 473 |
path: Job_Exams-IQ/test-*
|
| 474 |
- split: validation
|
| 475 |
path: Job_Exams-IQ/validation-*
|
| 476 |
+
- config_name: Job_Exams-Mathematics
|
| 477 |
+
data_files:
|
| 478 |
+
- split: dev
|
| 479 |
+
path: Job_Exams-Mathematics/dev-*
|
| 480 |
+
- split: test
|
| 481 |
+
path: Job_Exams-Mathematics/test-*
|
| 482 |
+
- split: validation
|
| 483 |
+
path: Job_Exams-Mathematics/validation-*
|
| 484 |
---
|