Update testcm.py
Browse files
testcm.py
CHANGED
|
@@ -104,4 +104,4 @@ class CodeMMLU(datasets.GeneratorBasedBuilder):
|
|
| 104 |
if "fill_in_the_middle" in data_path:
|
| 105 |
return_dict['problem_description'] = data['problem_description']
|
| 106 |
|
| 107 |
-
yield id_, return_dict
|
|
|
|
| 104 |
if "fill_in_the_middle" in data_path:
|
| 105 |
return_dict['problem_description'] = data['problem_description']
|
| 106 |
|
| 107 |
+
yield id_, return_dict
|