Saving weights and logs of epoch 1
Browse files
events.out.tfevents.1626345259.t1v-n-b95d739e-w-0.658394.3.v2 → events.out.tfevents.1626359445.t1v-n-b95d739e-w-0.675417.3.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:d1fa8e21e1e52124489213ba47f4806548e984b1ffc47abba1ceb0accf4a5cd0
|
3 |
+
size 78623
|
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:5329996fb4d4a17b9193268981cb1c0303ba84ec4d2ed3b5e077c324b5c9db1f
|
3 |
size 497764120
|
nohup.out
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:ea7f61405e3a3981ba620f3a082fa5d6dab3ea3a9883e2df6660e31f8b7d8e5f
|
3 |
+
size 117808
|
run.sh
CHANGED
@@ -9,10 +9,10 @@ python3 run_clm_flax.py \
|
|
9 |
--do_eval \
|
10 |
--block_size="512" \
|
11 |
--preprocessing_num_workers="64" \
|
12 |
-
--weight_decay="0.
|
13 |
--per_device_train_batch_size="64" \
|
14 |
--per_device_eval_batch_size="64" \
|
15 |
-
--learning_rate="
|
16 |
--warmup_steps="1000" \
|
17 |
--overwrite_output_dir \
|
18 |
--num_train_epochs="50" \
|
|
|
9 |
--do_eval \
|
10 |
--block_size="512" \
|
11 |
--preprocessing_num_workers="64" \
|
12 |
+
--weight_decay="0.01" \
|
13 |
--per_device_train_batch_size="64" \
|
14 |
--per_device_eval_batch_size="64" \
|
15 |
+
--learning_rate="1e-4" \
|
16 |
--warmup_steps="1000" \
|
17 |
--overwrite_output_dir \
|
18 |
--num_train_epochs="50" \
|