Skip to content

Commit

Permalink
save last/best model test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Swanson authored and Jesse Swanson committed May 3, 2021
1 parent cd1c67c commit d0efb1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/proj/simple/test_runscript.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def test_simple_runscript_save(tmpdir, task_name, model_type):
data_dir=data_dir,
hf_pretrained_model_name_or_path=model_type,
tasks=task_name,
train_examples_cap=32,
train_examples_cap=64,
train_batch_size=32,
do_save=True,
eval_every_steps=1,
Expand Down

0 comments on commit d0efb1c

Please sign in to comment.