Skip to content

Commit

Permalink
Change plot settings
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohanzhan-db committed Jan 23, 2024
1 parent 1764b72 commit 808ced5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llmfoundry/utils/validation_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -814,8 +814,8 @@ def plot_hist(data, save_plot_path=None):

# Aesthetics
plt.title('Histogram of Token Counts')
plt.xlabel('Token Count')
plt.ylabel('Frequency')
plt.xlabel('Number of Tokens per Sample')
plt.ylabel('Count of Frequency')

# Grid and Layout
plt.grid(axis='y', alpha=0.75)
Expand Down

0 comments on commit 808ced5

Please sign in to comment.