pere commited on
Commit
9a03e72
1 Parent(s): 34bd9fb

Saving weights and logs of step 50001

Browse files
events.out.tfevents.1632585444.t1v-n-358ff5d1-w-0.1128861.3.v2 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b0d94908deacb687ea9fef234cfd562c1b48dfb1e5ed0c7cffd625e540b37279
3
- size 14868144
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13db4bb2edafc71d003fcc42552c5a6e926d8e48787dddf52b0255ae662fb014
3
+ size 16358214
events.out.tfevents.1633002482.t1v-n-358ff5d1-w-0.47761.3.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f45461d540cc83425d429576f7a7e664371966496bd2261b3e94c4e8a2ffff0a
3
+ size 7417652
flax_model.msgpack CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cb60a2e08db6447a42e6900a604fb889df07c768a13f4f7cd26e1a3d714e5ef9
3
  size 498796983
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f41d9408b60af4e3e272905e53038f80c12e02367ce59edb61bf127f64c5c1ba
3
  size 498796983
run_recover_100k_stream.sh ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ./run_mlm_flax_stream.py \
2
+ --output_dir="./" \
3
+ --model_name_or_path="." \
4
+ --model_type="roberta" \
5
+ --config_name="./" \
6
+ --tokenizer_name="./" \
7
+ --model_name_or_path="./" \
8
+ --dataset_name="NbAiLab/NCC2" \
9
+ --max_seq_length="512" \
10
+ --weight_decay="0.01" \
11
+ --per_device_train_batch_size="48" \
12
+ --per_device_eval_batch_size="48" \
13
+ --learning_rate="1.1e-4" \
14
+ --warmup_steps="1000" \
15
+ --overwrite_output_dir \
16
+ --cache_dir /mnt/disks/flaxdisk/cache/ \
17
+ --num_train_steps="400000" \
18
+ --adam_beta1="0.9" \
19
+ --adam_beta2="0.98" \
20
+ --logging_steps="10000" \
21
+ --save_steps="100000" \
22
+ --eval_steps="50000" \
23
+ --preprocessing_num_workers 96 \
24
+ --auth_token True \
25
+ --adafactor \
26
+ --push_to_hub