refactor to set eval_batch_size earlier if unset, so we can warn if mismatched (#662)

This commit is contained in:
Wing Lian
2023-10-02 21:08:07 -04:00
committed by GitHub
parent f34648c8b9
commit 2642caedf2
3 changed files with 9 additions and 4 deletions

View File

@@ -571,7 +571,7 @@ torch_compile_backend: # Optional[str]
# training hyperparameters
gradient_accumulation_steps: 1
micro_batch_size: 2
eval_batch_size: 2
eval_batch_size:
num_epochs: 3
warmup_steps: 100
learning_rate: 0.00003