pere commited on
Commit
f2e0bac
1 Parent(s): 6ab9ad2

Saving weights and logs of step 1000

Browse files
events.out.tfevents.1643149905.t1v-n-ccbf3e94-w-0.2231714.3.v2 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f7946541bfc3a7128af549f9d378774af7cdfb42e16ae63cce830a65056ecefb
3
- size 29534883
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2440fd62d6af397cd69dd4f5c114105596d6f227ea9545b7c179c23f7894d624
3
+ size 29683953
events.out.tfevents.1643445153.t1v-n-ccbf3e94-w-0.53757.3.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34b2c83ef8e5c978fbfa17fad1ecceff24114cdffea8186234072a38aa6fcdb0
3
+ size 147136
flax_model.msgpack CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:22bb861cda2909d3f9dbd3ea68dc14385ff6d3c52796e7f3c0d39ac268ff1f10
3
  size 498796983
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94ab900bd56db1a99d83d5451d64c695da9b40e6e283b102857063f1d77b4407
3
  size 498796983
run_128_recover_5e.sh ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ python run_mlm_flax.py \
2
+ --output_dir="./" \
3
+ --model_type="roberta" \
4
+ --model_name_or_path="./" \
5
+ --config_name="roberta-base" \
6
+ --tokenizer_name="NbAiLab/nb-roberta-base" \
7
+ --dataset_name="NbAiLab/NCC" \
8
+ --cache_dir="/mnt/disks/flaxdisk/cache/" \
9
+ --max_seq_length="128" \
10
+ --weight_decay="0.01" \
11
+ --per_device_train_batch_size="232" \
12
+ --per_device_eval_batch_size="232" \
13
+ --pad_to_max_length \
14
+ --learning_rate="0.000042248" \
15
+ --warmup_steps="0" \
16
+ --overwrite_output_dir \
17
+ --num_train_epochs="5" \
18
+ --adam_beta1="0.9" \
19
+ --adam_beta2="0.98" \
20
+ --adam_epsilon="1e-6" \
21
+ --logging_steps="1000" \
22
+ --save_steps="1000" \
23
+ --eval_steps="1000" \
24
+ --auth_token="True" \
25
+ --do_train \
26
+ --do_eval \
27
+ --dtype="bfloat16" \
28
+ --push_to_hub