Update README.md
Browse files
README.md
CHANGED
@@ -25,3 +25,14 @@ configs:
|
|
25 |
- split: train
|
26 |
path: data/train-*
|
27 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
- split: train
|
26 |
path: data/train-*
|
27 |
---
|
28 |
+
|
29 |
+
|
30 |
+
Cleaned MedMCQA
|
31 |
+
|
32 |
+
* No Multi-option
|
33 |
+
* No Explanation == null
|
34 |
+
* All Explanation less than 40 characters removed
|
35 |
+
* Proper formatted input column for ease of use
|
36 |
+
* Removed Options and questions.
|
37 |
+
* Combined into the `'input'` column .
|
38 |
+
* Updated cop from index to value `'correct_answer'`
|