Saving weights and logs of step 2500
Browse files
events.out.tfevents.1638794992.t1v-n-1a0a7c50-w-0.374880.0.v2 → events.out.tfevents.1638824108.t1v-n-1a0a7c50-w-0.405640.0.v2
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:05f68ea6223dcbc422c09ea4d0b42e02eaef9bc78922c7428007ca98432c3132
|
| 3 |
+
size 334984
|
flax_model.msgpack
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498796983
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f10c94c754dfef687b45c3aef74f6c2a54bb9306847d078892e0826ea5f5bd58
|
| 3 |
size 498796983
|
run_ncc_like_oscar_adafactor.sh
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
./run_mlm_flax.py \
|
| 2 |
+
--output_dir="./" \
|
| 3 |
+
--model_type="roberta" \
|
| 4 |
+
--config_name="./" \
|
| 5 |
+
--tokenizer_name="./" \
|
| 6 |
+
--dataset_name="NbAiLab/NCC_small" \
|
| 7 |
+
--max_seq_length="128" \
|
| 8 |
+
--weight_decay="0.01" \
|
| 9 |
+
--per_device_train_batch_size="128" \
|
| 10 |
+
--per_device_eval_batch_size="128" \
|
| 11 |
+
--learning_rate="3e-4" \
|
| 12 |
+
--warmup_steps="1000" \
|
| 13 |
+
--overwrite_output_dir \
|
| 14 |
+
--num_train_epochs="18" \
|
| 15 |
+
--adam_beta1="0.9" \
|
| 16 |
+
--adam_beta2="0.98" \
|
| 17 |
+
--logging_steps="500" \
|
| 18 |
+
--save_steps="2500" \
|
| 19 |
+
--eval_steps="2500" \
|
| 20 |
+
--adafactor \
|
| 21 |
+
--push_to_hub
|