We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e768b commit d3fcf01Copy full SHA for d3fcf01
scOT/train.py
@@ -277,7 +277,7 @@ def clean_yaml(config):
277
train_config = TrainingArguments(
278
output_dir=ckpt_dir,
279
overwrite_output_dir=True, #! OVERWRITE THIS DIRECTORY IN CASE, also for resuming training
280
- eval_strategy="epoch",
+ evaluation_strategy="epoch",
281
per_device_train_batch_size=config["batch_size"],
282
per_device_eval_batch_size=config["batch_size"],
283
eval_accumulation_steps=16,
0 commit comments