Skip to content

Commit

Permalink
batch
Browse files Browse the repository at this point in the history
  • Loading branch information
linkchw committed Aug 14, 2024
1 parent 9345ce8 commit e630efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train/code/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
train_file_path_var = os.path.join(input_base_dir, 'test.txt')
model_name_var = 'gpt2'
overwrite_output_dir_var = True
per_device_train_batch_size_var = 30
per_device_train_batch_size_var = 10
num_train_epochs_var = 32
save_steps_var = 5000
logging_steps = 100
Expand Down

0 comments on commit e630efb

Please sign in to comment.