chmanoj commited on
Commit
c66e771
β€’
1 Parent(s): 61590eb

Stop training 3373 steps

Browse files
run.sh CHANGED
@@ -5,11 +5,11 @@ python run_speech_recognition_ctc.py \
5
  --preprocessing_num_workers="8" \
6
  --output_dir="./" \
7
  --overwrite_output_dir \
8
- --num_train_epochs="5" \
9
  --per_device_train_batch_size="4" \
10
  --per_device_eval_batch_size="4" \
11
  --gradient_accumulation_steps="8" \
12
- --learning_rate="7.5e-5" \
13
  --warmup_steps="2000" \
14
  --length_column_name="input_length" \
15
  --evaluation_strategy="steps" \
@@ -17,13 +17,13 @@ python run_speech_recognition_ctc.py \
17
  --chars_to_ignore , ? . ! \- \; \: \" β€œ % β€˜ ” οΏ½ β€” ’ … – \
18
  --save_steps="500" \
19
  --eval_steps="500" \
20
- --logging_steps="100" \
21
  --layerdrop="0.0" \
22
  --activation_dropout="0.1" \
23
- --save_total_limit="3" \
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" \
 
5
  --preprocessing_num_workers="8" \
6
  --output_dir="./" \
7
  --overwrite_output_dir \
8
+ --num_train_epochs="150" \
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" \
 
17
  --chars_to_ignore , ? . ! \- \; \: \" β€œ % β€˜ ” οΏ½ β€” ’ … – \
18
  --save_steps="500" \
19
  --eval_steps="500" \
20
+ --logging_steps="10" \
21
  --layerdrop="0.0" \
22
  --activation_dropout="0.1" \
23
+ --save_total_limit="2" \
24
  --freeze_feature_encoder \
25
  --feat_proj_dropout="0.0" \
26
+ --mask_time_prob="0.3" \
27
  --mask_time_length="10" \
28
  --mask_feature_prob="0.25" \
29
  --mask_feature_length="64" \
run_bnb.sh CHANGED
@@ -8,7 +8,7 @@ python run_speech_recognition_ctc_bnb.py \
8
  --num_train_epochs="150" \
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" \
 
8
  --num_train_epochs="150" \
9
  --per_device_train_batch_size="4" \
10
  --per_device_eval_batch_size="4" \
11
+ --gradient_accumulation_steps="12" \
12
  --learning_rate="1e-6" \
13
  --warmup_steps="2000" \
14
  --length_column_name="input_length" \
runs/Jan30_00-36-51_job-e3562c4a-f6a3-47dc-8131-7e578f1139a3/events.out.tfevents.1643503156.job-e3562c4a-f6a3-47dc-8131-7e578f1139a3.1780523.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9d797681ef19c9f4562c88f4f6006ceba29de27dfbc0c50851b7113fd1dd658b
3
- size 53651
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1ce5d45d13b812ad24edefb2c595a47609c8c2281e1af6e5c59bf5edeea5c63
3
+ size 59460