init
Browse files
training_scripts/finetune_t5.py
CHANGED
@@ -155,6 +155,7 @@ def train(
|
|
155 |
num_train_epochs=epoch_tmp,
|
156 |
learning_rate=lr_tmp,
|
157 |
output_dir=output_dir_tmp,
|
|
|
158 |
per_device_eval_batch_size=eval_batch_size,
|
159 |
seed=random_seed,
|
160 |
per_device_train_batch_size=batch_tmp,
|
|
|
155 |
num_train_epochs=epoch_tmp,
|
156 |
learning_rate=lr_tmp,
|
157 |
output_dir=output_dir_tmp,
|
158 |
+
evaluation_strategy="no",
|
159 |
per_device_eval_batch_size=eval_batch_size,
|
160 |
seed=random_seed,
|
161 |
per_device_train_batch_size=batch_tmp,
|