aapot
commited on
Commit
·
570a329
1
Parent(s):
cf40949
Saving weights and logs of step 20000
Browse files
events.out.tfevents.1629902662.t1v-n-1ae8dadb-w-0.181842.0.v2
CHANGED
@@ -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:879dce3ba5ae79c251e40ed3545f5b62ab82171da42a73cfdb24025f4f0aead5
|
3 |
+
size 2948827
|
flax_model.msgpack
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 711588089
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:735818e94e7088035a440913311cb15c642e4898b07e3c2a408c461cc77a76a8
|
3 |
size 711588089
|
start_train.sh
CHANGED
@@ -12,8 +12,11 @@ python3 run_mlm_flax.py \
|
|
12 |
--preprocessing_num_workers="96" \
|
13 |
--per_device_train_batch_size="64" \
|
14 |
--per_device_eval_batch_size="64" \
|
15 |
-
--
|
16 |
-
--
|
|
|
|
|
|
|
17 |
--overwrite_output_dir \
|
18 |
--num_train_epochs="3" \
|
19 |
--save_strategy="steps" \
|
|
|
12 |
--preprocessing_num_workers="96" \
|
13 |
--per_device_train_batch_size="64" \
|
14 |
--per_device_eval_batch_size="64" \
|
15 |
+
--adam_beta1="0.9" \
|
16 |
+
--adam_beta2="0.98" \
|
17 |
+
--adam_epsilon="1e-6" \
|
18 |
+
--learning_rate="4e-4" \
|
19 |
+
--warmup_steps="20000" \
|
20 |
--overwrite_output_dir \
|
21 |
--num_train_epochs="3" \
|
22 |
--save_strategy="steps" \
|