chmanoj commited on
Commit
d1bf55f
1 Parent(s): 8ee27c4

Stop training

Browse files
Files changed (1) hide show
  1. run_bnb.sh +3 -4
run_bnb.sh CHANGED
@@ -9,7 +9,7 @@ python run_speech_recognition_ctc_bnb.py \
9
  --per_device_train_batch_size="4" \
10
  --per_device_eval_batch_size="4" \
11
  --gradient_accumulation_steps="8" \
12
- --learning_rate="1e-6" \
13
  --warmup_steps="2000" \
14
  --length_column_name="input_length" \
15
  --evaluation_strategy="steps" \
@@ -23,7 +23,7 @@ python run_speech_recognition_ctc_bnb.py \
23
  --save_total_limit="2" \
24
  --freeze_feature_encoder \
25
  --feat_proj_dropout="0.0" \
26
- --mask_time_prob="0.4" \
27
  --mask_time_length="10" \
28
  --mask_feature_prob="0.25" \
29
  --mask_feature_length="64" \
@@ -31,5 +31,4 @@ python run_speech_recognition_ctc_bnb.py \
31
  --use_auth_token \
32
  --fp16 \
33
  --group_by_length \
34
- --do_train --do_eval \
35
- --push_to_hub
 
9
  --per_device_train_batch_size="4" \
10
  --per_device_eval_batch_size="4" \
11
  --gradient_accumulation_steps="8" \
12
+ --learning_rate="3e-6" \
13
  --warmup_steps="2000" \
14
  --length_column_name="input_length" \
15
  --evaluation_strategy="steps" \
 
23
  --save_total_limit="2" \
24
  --freeze_feature_encoder \
25
  --feat_proj_dropout="0.0" \
26
+ --mask_time_prob="0.75" \
27
  --mask_time_length="10" \
28
  --mask_feature_prob="0.25" \
29
  --mask_feature_length="64" \
 
31
  --use_auth_token \
32
  --fp16 \
33
  --group_by_length \
34
+ --do_train --do_eval