clarify and unify model saving logic in examples

This commit is contained in:
thomwolf
2019-02-11 14:04:19 +01:00
parent 81c7e3ec9f
commit eebc8abbe2
4 changed files with 59 additions and 28 deletions

View File

@@ -779,7 +779,8 @@ python run_classifier.py \
--train_batch_size 32 \
--learning_rate 2e-5 \
--num_train_epochs 3.0 \
--output_dir /tmp/mrpc_output/
--output_dir /tmp/mrpc_output/ \
--fp16
```
#### SQuAD