pere commited on
Commit
f17a19a
1 Parent(s): 522a984
Files changed (1) hide show
  1. run_128_recover_3e.sh +28 -0
run_128_recover_3e.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.00012808699102606624" \
15
+ --warmup_steps="0" \
16
+ --overwrite_output_dir \
17
+ --num_train_epochs="7" \
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