chmanoj commited on
Commit
3e01ace
β€’
1 Parent(s): 3a09d03

Training in progress, step 500

Browse files
config.json CHANGED
@@ -61,10 +61,10 @@
61
  "layerdrop": 0.0,
62
  "mask_feature_length": 64,
63
  "mask_feature_min_masks": 0,
64
- "mask_feature_prob": 0.1,
65
  "mask_time_length": 10,
66
  "mask_time_min_masks": 2,
67
- "mask_time_prob": 0.3,
68
  "model_type": "wav2vec2",
69
  "num_adapter_layers": 3,
70
  "num_attention_heads": 16,
 
61
  "layerdrop": 0.0,
62
  "mask_feature_length": 64,
63
  "mask_feature_min_masks": 0,
64
+ "mask_feature_prob": 0.25,
65
  "mask_time_length": 10,
66
  "mask_time_min_masks": 2,
67
+ "mask_time_prob": 0.75,
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:06fe919eab98bc12ffc7b9ac5f1bb776f71d1502f7036df84461f078d7f4357d
3
  size 3850717489
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d67045b9cf6e1295dd06bcbe56c0c41d394bf72d8e92311a394c0f3e5a7de323
3
  size 3850717489
run.sh CHANGED
@@ -5,27 +5,27 @@ python run_speech_recognition_ctc.py \
5
  --preprocessing_num_workers="8" \
6
  --output_dir="./" \
7
  --overwrite_output_dir \
8
- --num_train_epochs="100" \
9
  --per_device_train_batch_size="16" \
10
  --per_device_eval_batch_size="4" \
11
- --gradient_accumulation_steps="4" \
12
- --learning_rate="5e-7" \
13
- --warmup_steps="300" \
14
  --length_column_name="input_length" \
15
  --evaluation_strategy="steps" \
16
  --text_column_name="sentence" \
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="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.1" \
29
  --mask_feature_length="64" \
30
  --gradient_checkpointing \
31
  --use_auth_token \
 
5
  --preprocessing_num_workers="8" \
6
  --output_dir="./" \
7
  --overwrite_output_dir \
8
+ --num_train_epochs="150" \
9
  --per_device_train_batch_size="16" \
10
  --per_device_eval_batch_size="4" \
11
+ --gradient_accumulation_steps="2" \
12
+ --learning_rate="2e-5" \
13
+ --warmup_steps="2000" \
14
  --length_column_name="input_length" \
15
  --evaluation_strategy="steps" \
16
  --text_column_name="sentence" \
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.75" \
27
  --mask_time_length="10" \
28
+ --mask_feature_prob="0.25" \
29
  --mask_feature_length="64" \
30
  --gradient_checkpointing \
31
  --use_auth_token \
runs/Jan28_17-04-01_job-e3562c4a-f6a3-47dc-8131-7e578f1139a3/1643389561.60182/events.out.tfevents.1643389561.job-e3562c4a-f6a3-47dc-8131-7e578f1139a3.1010599.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e87721cad9085f5c09f8ea8df314302202287346fc6cd606fdc1d9a91f890c6b
3
+ size 4753
runs/Jan28_17-04-01_job-e3562c4a-f6a3-47dc-8131-7e578f1139a3/events.out.tfevents.1643389561.job-e3562c4a-f6a3-47dc-8131-7e578f1139a3.1010599.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45349660d3fe83dc52968c57d7a747a7e52cd2f02d4654d381c30ea6da24eabb
3
+ size 12813
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}, {"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}, {"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}]}
 
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}, {"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}, {"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:be6d24436e3c47a2169d4cfb915fad2127d8a730f8cd05df4c8d0c8043801cf3
3
  size 2991
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a3e618190eb20b39b0e38e4a0132c3830f03da6039b90f69001b67e3942ef90
3
  size 2991