small change
Browse files- __pycache__/run_mlm.cpython-38.pyc +0 -0
- run_pytorch.sh +1 -1
__pycache__/run_mlm.cpython-38.pyc
ADDED
|
Binary file (13.5 kB). View file
|
|
|
run_pytorch.sh
CHANGED
|
@@ -13,7 +13,7 @@ python3 ./xla_spawn.py \
|
|
| 13 |
--learning_rate="6e-4" \
|
| 14 |
--warmup_steps="10000" \
|
| 15 |
--overwrite_output_dir \
|
| 16 |
-
--num_train_epochs
|
| 17 |
--adam_beta1="0.9" \
|
| 18 |
--adam_beta2="0.98" \
|
| 19 |
--logging_steps="10000" \
|
|
|
|
| 13 |
--learning_rate="6e-4" \
|
| 14 |
--warmup_steps="10000" \
|
| 15 |
--overwrite_output_dir \
|
| 16 |
+
--num_train_epochs="10" \
|
| 17 |
--adam_beta1="0.9" \
|
| 18 |
--adam_beta2="0.98" \
|
| 19 |
--logging_steps="10000" \
|