rdiehlmartinez commited on
Commit
81fb509
·
verified ·
1 Parent(s): 15ab5c5

Minor formatting bug fix

Browse files
Files changed (1) hide show
  1. 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
- yield idx, record
 
 
71
  "checkpoint_step": checkpoint_steps[idx],
72
  **data
73
  }
74
+
75
+ yield idx, record