DrishtiSharma commited on
Commit
0a8e9e4
β€’
1 Parent(s): eb00d62

Training in progress, step 300

Browse files
.ipynb_checkpoints/run-checkpoint.sh CHANGED
@@ -8,7 +8,7 @@ python run_speech_recognition_ctc.py \
8
  --per_device_train_batch_size="32" \
9
  --per_device_eval_batch_size="16" \
10
  --learning_rate="7e-5" \
11
- --warmup_steps="1200" \
12
  --length_column_name="input_length" \
13
  --evaluation_strategy="steps" \
14
  --text_column_name="sentence" \
@@ -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 \
 
8
  --per_device_train_batch_size="32" \
9
  --per_device_eval_batch_size="16" \
10
  --learning_rate="7e-5" \
11
+ --warmup_steps="2000" \
12
  --length_column_name="input_length" \
13
  --evaluation_strategy="steps" \
14
  --text_column_name="sentence" \
 
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 \
config.json CHANGED
@@ -61,10 +61,10 @@
61
  "layerdrop": 0.0,
62
  "mask_feature_length": 10,
63
  "mask_feature_min_masks": 0,
64
- "mask_feature_prob": 0.05,
65
  "mask_time_length": 10,
66
  "mask_time_min_masks": 2,
67
- "mask_time_prob": 0.05,
68
  "model_type": "wav2vec2",
69
  "num_adapter_layers": 3,
70
  "num_attention_heads": 16,
 
61
  "layerdrop": 0.0,
62
  "mask_feature_length": 10,
63
  "mask_feature_min_masks": 0,
64
+ "mask_feature_prob": 0.35,
65
  "mask_time_length": 10,
66
  "mask_time_min_masks": 2,
67
+ "mask_time_prob": 0.25,
68
  "model_type": "wav2vec2",
69
  "num_adapter_layers": 3,
70
  "num_attention_heads": 16,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fbc9f26da14ecdcfd5b85fed4f351c0b7179f68922c252a85b796094f585b8ec
3
  size 1262091761
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c18dc1e11bf1a7401ab5cd6676d8bb1678b780112b5c5a5444468b0c04bdd58
3
  size 1262091761
special_tokens_map.json CHANGED
@@ -1 +1 @@
1
- {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "[UNK]", "pad_token": "[PAD]", "additional_special_tokens": [{"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}]}
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "[UNK]", "pad_token": "[PAD]", "additional_special_tokens": [{"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}]}
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:72846b17fbee594faba5dd30c888187716410eb19ed066ecf98ca7728ddc49f0
3
  size 2991
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6222172e331717ef36884d0b4a92caa344538d3105731f536c11cd2797a1f40f
3
  size 2991