DrishtiSharma
commited on
Commit
β’
682a222
1
Parent(s):
f0b0970
Training in progress, step 5100
Browse files- pytorch_model.bin +1 -1
- run.sh +2 -2
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
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.
|
24 |
--mask_time_length="10" \
|
25 |
-
--mask_feature_prob="0.
|
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 \
|