mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-04 20:52:59 +08:00
tiny fix
Former-commit-id: 3ad8c92ecabaf2c169e53a8485687b4d04a772e7
This commit is contained in:
parent
4f9ca28e11
commit
99592478c9
@ -135,7 +135,7 @@ class LogCallback(TrainerCallback):
|
||||
remaining_time=self.remaining_time
|
||||
)
|
||||
if self.runner is not None:
|
||||
logger.info("{{'loss': {:.4f}, 'learning_rate': {:2.2e}, 'epoch': {:.2f}}}".format(
|
||||
logger.info("{{'loss': {:.4f}, 'learning_rate': {:2.4e}, 'epoch': {:.2f}}}".format(
|
||||
logs["loss"], logs["learning_rate"], logs["epoch"]
|
||||
))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user