fhai50032 commited on
Commit
abb80be
·
verified ·
1 Parent(s): c6c64d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
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'`