File size: 771 Bytes
09b4b36 c6c64d0 09b4b36 c6c64d0 09b4b36 abb80be |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
---
dataset_info:
features:
- name: id
dtype: string
- name: exp
dtype: string
- name: subject_name
dtype: string
- name: topic_name
dtype: string
- name: input
dtype: string
- name: correct_answer
dtype: string
splits:
- name: train
num_bytes: 77910094.46742687
num_examples: 97120
download_size: 51780051
dataset_size: 77910094.46742687
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
Cleaned MedMCQA
* No Multi-option
* No Explanation == null
* All Explanation less than 40 characters removed
* Proper formatted input column for ease of use
* Removed Options and questions.
* Combined into the `'input'` column .
* Updated cop from index to value `'correct_answer'` |