pere commited on
Commit
d74c45a
·
1 Parent(s): fcbb238
Files changed (1) hide show
  1. run_step1.sh +7 -7
run_step1.sh CHANGED
@@ -9,16 +9,16 @@
9
  --weight_decay="0.01" \
10
  --per_device_train_batch_size="256" \
11
  --per_device_eval_batch_size="256" \
12
- --learning_rate="2e-4" \
13
- --warmup_steps="5000" \
14
  --overwrite_output_dir \
15
  --num_train_epochs="1000" \
16
  --adam_beta1="0.9" \
17
  --adam_beta2="0.98" \
18
- --logging_steps="5000" \
19
- --save_steps="5000" \
20
- --eval_steps="5000" \
21
  --preprocessing_num_workers="64" \
22
- --use_auth_token="True" \
23
- --static_learning_rale="True" \
24
  --push_to_hub
 
9
  --weight_decay="0.01" \
10
  --per_device_train_batch_size="256" \
11
  --per_device_eval_batch_size="256" \
12
+ --learning_rate="4e-4" \
13
+ --warmup_steps="10000" \
14
  --overwrite_output_dir \
15
  --num_train_epochs="1000" \
16
  --adam_beta1="0.9" \
17
  --adam_beta2="0.98" \
18
+ --logging_steps="10000" \
19
+ --save_steps="10000" \
20
+ --eval_steps="10000" \
21
  --preprocessing_num_workers="64" \
22
+ --auth_token="True" \
23
+ --static_learning_rate="True" \
24
  --push_to_hub