Minor formatting bug fix
Browse files- pythia-training-evals.py +2 -1
pythia-training-evals.py
CHANGED
@@ -71,4 +71,5 @@ class PythiaTrainingEvals(datasets.GeneratorBasedBuilder):
|
|
71 |
"checkpoint_step": checkpoint_steps[idx],
|
72 |
**data
|
73 |
}
|
74 |
-
|
|
|
|
71 |
"checkpoint_step": checkpoint_steps[idx],
|
72 |
**data
|
73 |
}
|
74 |
+
|
75 |
+
yield idx, record
|