Upload dataset
Browse files
Medical_Admission-GK_International/dev-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c674ca409dd9a5213c49e4cf0e3e02fe51b5614dfa74c8f429fc26a24421bfd7
|
3 |
+
size 4001
|
Medical_Admission-GK_International/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1928ccf7e48d53c7dac9024bb52c933a791e7c8663048f1e4aa8990f207c6b97
|
3 |
+
size 19314
|
Medical_Admission-GK_International/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c68fa03facadcac895d7e75c7c9406a41dfa8fb42fef2aad405169c5bd8fdb82
|
3 |
+
size 7380
|
README.md
CHANGED
@@ -462,6 +462,28 @@ dataset_info:
|
|
462 |
num_examples: 76
|
463 |
download_size: 42796
|
464 |
dataset_size: 61790
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
465 |
configs:
|
466 |
- config_name: Engineering_Admission-Chemistry
|
467 |
data_files:
|
@@ -631,4 +653,12 @@ configs:
|
|
631 |
path: Medical_Admission-GK_Bangladesh/test-*
|
632 |
- split: validation
|
633 |
path: Medical_Admission-GK_Bangladesh/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
634 |
---
|
|
|
462 |
num_examples: 76
|
463 |
download_size: 42796
|
464 |
dataset_size: 61790
|
465 |
+
- config_name: Medical_Admission-GK_International
|
466 |
+
features:
|
467 |
+
- name: id
|
468 |
+
dtype: string
|
469 |
+
- name: question
|
470 |
+
dtype: string
|
471 |
+
- name: options
|
472 |
+
sequence: string
|
473 |
+
- name: answer
|
474 |
+
dtype: string
|
475 |
+
splits:
|
476 |
+
- name: dev
|
477 |
+
num_bytes: 1204
|
478 |
+
num_examples: 5
|
479 |
+
- name: test
|
480 |
+
num_bytes: 31090
|
481 |
+
num_examples: 100
|
482 |
+
- name: validation
|
483 |
+
num_bytes: 7515
|
484 |
+
num_examples: 24
|
485 |
+
download_size: 30695
|
486 |
+
dataset_size: 39809
|
487 |
configs:
|
488 |
- config_name: Engineering_Admission-Chemistry
|
489 |
data_files:
|
|
|
653 |
path: Medical_Admission-GK_Bangladesh/test-*
|
654 |
- split: validation
|
655 |
path: Medical_Admission-GK_Bangladesh/validation-*
|
656 |
+
- config_name: Medical_Admission-GK_International
|
657 |
+
data_files:
|
658 |
+
- split: dev
|
659 |
+
path: Medical_Admission-GK_International/dev-*
|
660 |
+
- split: test
|
661 |
+
path: Medical_Admission-GK_International/test-*
|
662 |
+
- split: validation
|
663 |
+
path: Medical_Admission-GK_International/validation-*
|
664 |
---
|