DrishtiSharma commited on
Commit
682a222
β€’
1 Parent(s): f0b0970

Training in progress, step 5100

Browse files
Files changed (2) hide show
  1. pytorch_model.bin +1 -1
  2. run.sh +2 -2
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:43aa258a10e50f0dae0f29960d9982bb14e10d1d82d7dec9e4152f48740cec26
3
  size 1262091761
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28f54fc8e9eb608224d11c99dc7fd62bdeae17ef95042ffe5e34488793ee0489
3
  size 1262091761
run.sh CHANGED
@@ -20,9 +20,9 @@ python run_speech_recognition_ctc.py \
20
  --save_total_limit="1" \
21
  --freeze_feature_encoder \
22
  --feat_proj_dropout="0.0" \
23
- --mask_time_prob="0.05" \
24
  --mask_time_length="10" \
25
- --mask_feature_prob="0.05" \
26
  --mask_feature_length="10" \
27
  --chars_to_ignore , ? . ! \- \; \: \" β€œ % β€˜ ” οΏ½ β€” ’ … – Β« Β» β€ž \` _ \
28
  --gradient_checkpointing \
 
20
  --save_total_limit="1" \
21
  --freeze_feature_encoder \
22
  --feat_proj_dropout="0.0" \
23
+ --mask_time_prob="0.25" \
24
  --mask_time_length="10" \
25
+ --mask_feature_prob="0.35" \
26
  --mask_feature_length="10" \
27
  --chars_to_ignore , ? . ! \- \; \: \" β€œ % β€˜ ” οΏ½ β€” ’ … – Β« Β» β€ž \` _ \
28
  --gradient_checkpointing \