Skip to content

Commit

Permalink
[wip] Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ljvmiranda921 committed Feb 19, 2024
1 parent 6a7a1db commit 7d0c459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysis/per_token_reward.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def save_results(

# Assumes the model output is a pointer to a HuggingFace repository
with open(output_file, "w") as f:
json.dump(reward_info, f)
json.dump(reward_info, f, indent=4)


if __name__ == "__main__":
Expand Down

0 comments on commit 7d0c459

Please sign in to comment.