Update IndoMMLU.py
Browse files- IndoMMLU.py +1 -1
IndoMMLU.py
CHANGED
@@ -163,7 +163,7 @@ class IndoMMLU(datasets.GeneratorBasedBuilder):
|
|
163 |
"subject": subject2english[row['subject']],
|
164 |
"group": subject2group[row['subject']],
|
165 |
"level": fixed_level,
|
166 |
-
"class":
|
167 |
"question": row['soal'],
|
168 |
"options": row['jawaban'].split('\n'),
|
169 |
"answer": row['kunci'],
|
|
|
163 |
"subject": subject2english[row['subject']],
|
164 |
"group": subject2group[row['subject']],
|
165 |
"level": fixed_level,
|
166 |
+
"class": fixed_kelas,
|
167 |
"question": row['soal'],
|
168 |
"options": row['jawaban'].split('\n'),
|
169 |
"answer": row['kunci'],
|