File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ def main(args: argparse.Namespace):
183183 print (MESSAGE )
184184
185185 MESSAGE = (f"Iterations { c + 1 } through { c + len (CONTEXT )} " \
186- " of {my_n_patches} Intermediate" \
186+ f " of { my_n_patches } Intermediate " \
187187 "Estimates:\n " \
188188 f"\t Cross-entropy_intermediate={ my_ppl / num_tokens_generated } \n " \
189189 f"\t Perplexity_intermediate=" \
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ def main(args: argparse.Namespace):
214214 print (MESSAGE )
215215
216216 MESSAGE = (f"Iterations { c + 1 } through { c + len (CONTEXT )} " \
217- " of {my_n_patches} Intermediate" \
217+ f " of { my_n_patches } Intermediate " \
218218 "Estimates:\n " \
219219 f"\t Cross-entropy_intermediate={ my_ppl / num_tokens_generated } \n " \
220220 f"\t Perplexity_intermediate=" \
You can’t perform that action at this time.
0 commit comments