Skip to content

Commit

Permalink
update docstring to mention evals
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtruong committed Jun 24, 2024
1 parent c84d0c4 commit a80db7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/integrations/integration_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ def print_to_file(s):

class WandbCallback(TrainerCallback):
"""
A [`TrainerCallback`] that logs metrics, media, model checkpoints to [Weight and Biases](https://www.wandb.com/).
A [`TrainerCallback`] that logs metrics, media, evals, and model checkpoints to [Weight and Biases](https://www.wandb.com/).
"""

def __init__(
Expand Down

0 comments on commit a80db7a

Please sign in to comment.