Skip to content

Commit 955dc20

Browse files
committed
feat(train): rename logged config
1 parent f139b0b commit 955dc20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/train/train.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,8 @@ def main():
654654
"len_train_dataset": len_train_dataset,
655655
"len_eval_dataset": len_eval_dataset,
656656
"batch_size_per_step": batch_size_per_step,
657-
"model": {"num_params": num_params, "config": model.config.to_dict()},
657+
"num_params": num_params,
658+
"model_config": model.config.to_dict(),
658659
"num_devices": jax.device_count(),
659660
"versions": {
660661
"jax": jax.__version__,

0 commit comments

Comments
 (0)