potpurri of small fixes (#8807)

This commit is contained in:
Stas Bekman
2020-11-26 14:06:27 -08:00
committed by GitHub
parent 52708d2637
commit ddf3c64654
2 changed files with 8 additions and 8 deletions

View File

@@ -16,6 +16,6 @@ python finetune_trainer.py \
--num_train_epochs 6 \
--save_steps 25000 --eval_steps 25000 --logging_steps 1000 \
--do_train --do_eval --do_predict --evaluate_during_training \
--predict_with_generate --logging_first_step
--predict_with_generate --logging_first_step \
--task translation \
"$@"