new run.sh
Browse files
run.sh
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
#!/usr/bin/env bash
|
| 2 |
python3 run_mlm_flax.py \
|
|
|
|
| 3 |
--output_dir="./" \
|
| 4 |
--model_type="roberta" \
|
| 5 |
--config_name="./" \
|
|
@@ -14,7 +15,7 @@ python3 run_mlm_flax.py \
|
|
| 14 |
--warmup_steps="1000" \
|
| 15 |
--overwrite_output_dir \
|
| 16 |
--pad_to_max_length \
|
| 17 |
-
--num_train_epochs="
|
| 18 |
--adam_beta1="0.9" \
|
| 19 |
--adam_beta2="0.98" \
|
| 20 |
--push_to_hub
|
|
|
|
| 1 |
#!/usr/bin/env bash
|
| 2 |
python3 run_mlm_flax.py \
|
| 3 |
+
--model_name_or_path="flax_model.msgpack" \
|
| 4 |
--output_dir="./" \
|
| 5 |
--model_type="roberta" \
|
| 6 |
--config_name="./" \
|
|
|
|
| 15 |
--warmup_steps="1000" \
|
| 16 |
--overwrite_output_dir \
|
| 17 |
--pad_to_max_length \
|
| 18 |
+
--num_train_epochs="10" \
|
| 19 |
--adam_beta1="0.9" \
|
| 20 |
--adam_beta2="0.98" \
|
| 21 |
--push_to_hub
|