DrishtiSharma
commited on
Commit
Β·
7ec4e99
1
Parent(s):
3f98c6a
Training in progress, step 500
Browse files- .ipynb_checkpoints/run-checkpoint.sh +3 -3
- config.json +1 -1
- pytorch_model.bin +1 -1
- run.sh +1 -1
- special_tokens_map.json +1 -1
- training_args.bin +1 -1
.ipynb_checkpoints/run-checkpoint.sh
CHANGED
@@ -7,8 +7,8 @@ python run_speech_recognition_ctc.py \
|
|
7 |
--num_train_epochs="100" \
|
8 |
--per_device_train_batch_size="16" \
|
9 |
--per_device_eval_batch_size="8" \
|
10 |
-
--learning_rate="
|
11 |
-
--warmup_steps="
|
12 |
--length_column_name="input_length" \
|
13 |
--evaluation_strategy="steps" \
|
14 |
--text_column_name="sentence" \
|
@@ -23,7 +23,7 @@ python run_speech_recognition_ctc.py \
|
|
23 |
--mask_time_prob="0.05" \
|
24 |
--mask_time_length="10" \
|
25 |
--mask_feature_prob="0.01" \
|
26 |
-
--mask_feature_length="
|
27 |
--chars_to_ignore , ? . ! \- \; \: \" β % β β οΏ½ β β β¦ β Β« Β» β \` _ \
|
28 |
--gradient_checkpointing \
|
29 |
--use_auth_token \
|
|
|
7 |
--num_train_epochs="100" \
|
8 |
--per_device_train_batch_size="16" \
|
9 |
--per_device_eval_batch_size="8" \
|
10 |
+
--learning_rate="3e-4" \
|
11 |
+
--warmup_steps="1500" \
|
12 |
--length_column_name="input_length" \
|
13 |
--evaluation_strategy="steps" \
|
14 |
--text_column_name="sentence" \
|
|
|
23 |
--mask_time_prob="0.05" \
|
24 |
--mask_time_length="10" \
|
25 |
--mask_feature_prob="0.01" \
|
26 |
+
--mask_feature_length="10" \
|
27 |
--chars_to_ignore , ? . ! \- \; \: \" β % β β οΏ½ β β β¦ β Β« Β» β \` _ \
|
28 |
--gradient_checkpointing \
|
29 |
--use_auth_token \
|
config.json
CHANGED
@@ -59,7 +59,7 @@
|
|
59 |
"intermediate_size": 4096,
|
60 |
"layer_norm_eps": 1e-05,
|
61 |
"layerdrop": 0.0,
|
62 |
-
"mask_feature_length":
|
63 |
"mask_feature_min_masks": 0,
|
64 |
"mask_feature_prob": 0.01,
|
65 |
"mask_time_length": 10,
|
|
|
59 |
"intermediate_size": 4096,
|
60 |
"layer_norm_eps": 1e-05,
|
61 |
"layerdrop": 0.0,
|
62 |
+
"mask_feature_length": 10,
|
63 |
"mask_feature_min_masks": 0,
|
64 |
"mask_feature_prob": 0.01,
|
65 |
"mask_time_length": 10,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1262194289
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e81ca840485f8fd7f340e8e68fd7e5b1e0266e9261e27eaeeb51cb5f2ec38331
|
3 |
size 1262194289
|
run.sh
CHANGED
@@ -23,7 +23,7 @@ python run_speech_recognition_ctc.py \
|
|
23 |
--mask_time_prob="0.05" \
|
24 |
--mask_time_length="10" \
|
25 |
--mask_feature_prob="0.01" \
|
26 |
-
--mask_feature_length="
|
27 |
--chars_to_ignore , ? . ! \- \; \: \" β % β β οΏ½ β β β¦ β Β« Β» β \` _ \
|
28 |
--gradient_checkpointing \
|
29 |
--use_auth_token \
|
|
|
23 |
--mask_time_prob="0.05" \
|
24 |
--mask_time_length="10" \
|
25 |
--mask_feature_prob="0.01" \
|
26 |
+
--mask_feature_length="10" \
|
27 |
--chars_to_ignore , ? . ! \- \; \: \" β % β β οΏ½ β β β¦ β Β« Β» β \` _ \
|
28 |
--gradient_checkpointing \
|
29 |
--use_auth_token \
|
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:
|
3 |
size 2991
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bcb5b35057bb1070af6c79d3fb64bcd25c758fdb8d4b1eeffde5133937c34b7c
|
3 |
size 2991
|