Saving weights and logs of step 1000
Browse files
events.out.tfevents.1635881280.t1v-n-f6f5b6cc-w-0.918853.0.v2
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:23924ecfccda20b364d62c01624662b25de5099ea50e43300192d5f6ba0dddf7
|
3 |
-
size 3251345
|
|
|
|
|
|
|
|
events.out.tfevents.1635877753.t1v-n-f6f5b6cc-w-0.912674.0.v2 → events.out.tfevents.1635885577.t1v-n-f6f5b6cc-w-0.927806.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:c9deea6fae194a5e82fb314e234a1910c60fd5ee6ff52aae4d172ae30beb7bd2
|
3 |
+
size 147207
|
flax_model.msgpack
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 497764120
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:517b0984754a2093b404bd907a4446ed02d7865b73ff35f1ae029a32b2916ddf
|
3 |
size 497764120
|
run.sh
CHANGED
@@ -11,11 +11,11 @@ python run_clm_flax.py \
|
|
11 |
--block_size="512" \
|
12 |
--per_device_train_batch_size="8" \
|
13 |
--per_device_eval_batch_size="8" \
|
14 |
-
--learning_rate="
|
15 |
-
--warmup_steps="
|
16 |
--adam_beta1="0.9" --adam_beta2="0.98" --weight_decay="0.01" \
|
17 |
--overwrite_output_dir \
|
18 |
-
--num_train_epochs="
|
19 |
--logging_steps="500" \
|
20 |
--save_steps="1000" \
|
21 |
--eval_steps="1000" \
|
|
|
11 |
--block_size="512" \
|
12 |
--per_device_train_batch_size="8" \
|
13 |
--per_device_eval_batch_size="8" \
|
14 |
+
--learning_rate="4e-5" \
|
15 |
+
--warmup_steps="1000" \
|
16 |
--adam_beta1="0.9" --adam_beta2="0.98" --weight_decay="0.01" \
|
17 |
--overwrite_output_dir \
|
18 |
+
--num_train_epochs="10" \
|
19 |
--logging_steps="500" \
|
20 |
--save_steps="1000" \
|
21 |
--eval_steps="1000" \
|