Skip to content

Commit

Permalink
code
Browse files Browse the repository at this point in the history
  • Loading branch information
linkchw committed Aug 14, 2024
1 parent e630efb commit dd5b7f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions train/code/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
overwrite_output_dir_var = True
per_device_train_batch_size_var = 10
num_train_epochs_var = 32
save_steps_var = 5000
logging_steps = 100
save_steps_var = 100
logging_steps = 5

logging.info("Starting the training process")

Expand Down

0 comments on commit dd5b7f5

Please sign in to comment.