aapot commited on
Commit
2d4eb34
·
1 Parent(s): e715244

Saving weights and logs of step 10000

Browse files
events.out.tfevents.1674803816.t1v-n-9758a16f-w-0.1362228.0.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:633a3b800686a32c093b4ce0f1436aac6af4490d3e86c5fb5d689c4c480f451d
3
+ size 1471521
flax_model.msgpack ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b43003a36e807e52f7e68b9e5de3940b8d3e5f676afe39ed601f46c4aab8dbd
3
+ size 557891914
start_train.sh CHANGED
@@ -13,8 +13,8 @@ python run_bart_dlm_flax.py \
13
  --overwrite_output_dir \
14
  --num_train_epochs="5" \
15
  --logging_steps="500" \
16
- --save_steps="20000" \
17
- --eval_steps="20000" \
18
  --dtype="bfloat16" \
19
  --use_auth_token \
20
  --hub_model_id="Finnish-NLP/bart-base-finnish-v2" \
 
13
  --overwrite_output_dir \
14
  --num_train_epochs="5" \
15
  --logging_steps="500" \
16
+ --save_steps="10000" \
17
+ --eval_steps="10000" \
18
  --dtype="bfloat16" \
19
  --use_auth_token \
20
  --hub_model_id="Finnish-NLP/bart-base-finnish-v2" \