pere commited on
Commit
fe2c3aa
1 Parent(s): 04e0c62

Saving weights and logs of step 10000

Browse files
events.out.tfevents.1641683356.t1v-n-6f5efcd5-w-0.162700.0.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0163b0c99b1ed78e8f550e99c635edd775ef6a2bef63b3193060a8ce4ad072b
3
+ size 1470136
flax_model.msgpack CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a52a246c98980ecccb6b4d5286f493cced8595c0b764843c8b64f81af08a5742
3
  size 498796983
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6718a309635a20277a4667d1714c69179726612c375f76fdf73ca19206cd4354
3
  size 498796983
run_step3.sh ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ./run_mlm_flax.py \
2
+ --output_dir="./" \
3
+ --model_type="roberta" \
4
+ --model_name_or_path="./" \
5
+ --config_name="./" \
6
+ --tokenizer_name="./" \
7
+ --train_file /mnt/disks/flaxdisk/corpus/train_3_4.json \
8
+ --validation_file /mnt/disks/flaxdisk/corpus/validation.json \
9
+ --cache_dir="/mnt/disks/flaxdisk/cache/" \
10
+ --max_seq_length="128" \
11
+ --weight_decay="0.01" \
12
+ --per_device_train_batch_size="200" \
13
+ --per_device_eval_batch_size="200" \
14
+ --learning_rate="6e-4" \
15
+ --warmup_steps="0" \
16
+ --overwrite_output_dir \
17
+ --num_train_epochs="2" \
18
+ --adam_beta1="0.9" \
19
+ --adam_beta2="0.98" \
20
+ --logging_steps="10000" \
21
+ --save_steps="10000" \
22
+ --eval_steps="10000" \
23
+ --preprocessing_num_workers="64" \
24
+ --auth_token="True" \
25
+ --static_learning_rate="True" \
26
+ --dtype="bfloat16" \
27
+ --adafactor \
28
+ --push_to_hub