marinone94 commited on
Commit
e51d4c5
1 Parent(s): 575922b

increase warm up steps

Browse files
Files changed (1) hide show
  1. run.sh +1 -1
run.sh CHANGED
@@ -12,7 +12,7 @@ python run_speech_recognition_ctc.py \
12
  --per_device_eval_batch_size="16" \
13
  --gradient_accumulation_steps="4" \
14
  --learning_rate="7.5e-5" \
15
- --warmup_steps="1000" \
16
  --length_column_name="input_length" \
17
  --evaluation_strategy="epoch" \
18
  --save_strategy="epoch" \
 
12
  --per_device_eval_batch_size="16" \
13
  --gradient_accumulation_steps="4" \
14
  --learning_rate="7.5e-5" \
15
+ --warmup_steps="10000" \
16
  --length_column_name="input_length" \
17
  --evaluation_strategy="epoch" \
18
  --save_strategy="epoch" \