Training in progress, step 5500
Browse files- pytorch_model.bin +1 -1
- run_3.sh +9 -9
- runs/Dec16_20-12-50_129-146-104-29/1671221741.6851091/events.out.tfevents.1671221741.129-146-104-29.144289.1 +3 -0
- runs/Dec16_20-12-50_129-146-104-29/events.out.tfevents.1671221741.129-146-104-29.144289.0 +3 -0
- special_tokens_map.json +14 -0
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1262381549
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c876b7d34fd726488375597a2bce273243c73ee7031a5a915c7ef4fc68bbe6c
|
3 |
size 1262381549
|
run_3.sh
CHANGED
@@ -4,12 +4,12 @@ python run_speech_recognition_ctc.py \
|
|
4 |
--model_name_or_path="facebook/wav2vec2-xls-r-300m" \
|
5 |
--output_dir="./" \
|
6 |
--overwrite_output_dir="False" \
|
7 |
-
--max_steps="
|
8 |
-
--per_device_train_batch_size="
|
9 |
-
--per_device_eval_batch_size="
|
10 |
-
--gradient_accumulation_steps="
|
11 |
-
--learning_rate="7.5e-
|
12 |
-
--warmup_steps="
|
13 |
--evaluation_strategy="steps" \
|
14 |
--text_column_name="transcription" \
|
15 |
--save_steps="500" \
|
@@ -20,10 +20,10 @@ python run_speech_recognition_ctc.py \
|
|
20 |
--eval_metrics wer cer \
|
21 |
--greater_is_better="False" \
|
22 |
--load_best_model_at_end \
|
23 |
-
--save_total_limit="
|
24 |
-
--mask_time_prob="0.
|
25 |
--mask_time_length="10" \
|
26 |
-
--mask_feature_prob="0.
|
27 |
--fp16 \
|
28 |
--mask_feature_length="64" \
|
29 |
--chars_to_ignore , ? . ! - \; \: \" “ % ‘ ” � \
|
|
|
4 |
--model_name_or_path="facebook/wav2vec2-xls-r-300m" \
|
5 |
--output_dir="./" \
|
6 |
--overwrite_output_dir="False" \
|
7 |
+
--max_steps="6000" \
|
8 |
+
--per_device_train_batch_size="16" \
|
9 |
+
--per_device_eval_batch_size="16" \
|
10 |
+
--gradient_accumulation_steps="2" \
|
11 |
+
--learning_rate="7.5e-6" \
|
12 |
+
--warmup_steps="1000" \
|
13 |
--evaluation_strategy="steps" \
|
14 |
--text_column_name="transcription" \
|
15 |
--save_steps="500" \
|
|
|
20 |
--eval_metrics wer cer \
|
21 |
--greater_is_better="False" \
|
22 |
--load_best_model_at_end \
|
23 |
+
--save_total_limit="10" \
|
24 |
+
--mask_time_prob="0.6" \
|
25 |
--mask_time_length="10" \
|
26 |
+
--mask_feature_prob="0.2" \
|
27 |
--fp16 \
|
28 |
--mask_feature_length="64" \
|
29 |
--chars_to_ignore , ? . ! - \; \: \" “ % ‘ ” � \
|
runs/Dec16_20-12-50_129-146-104-29/1671221741.6851091/events.out.tfevents.1671221741.129-146-104-29.144289.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f8a651984c4fb45e3bc756b5f150fcfd878800854f2d3260816244f2d70ec758
|
3 |
+
size 5633
|
runs/Dec16_20-12-50_129-146-104-29/events.out.tfevents.1671221741.129-146-104-29.144289.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56e31caa25b70fc4db7ea2393c8a95a6baaf10daaa434238c98c22cb18ac421a
|
3 |
+
size 13384
|
special_tokens_map.json
CHANGED
@@ -63,6 +63,20 @@
|
|
63 |
"rstrip": false,
|
64 |
"single_word": false
|
65 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
{
|
67 |
"content": "</s>",
|
68 |
"lstrip": false,
|
|
|
63 |
"rstrip": false,
|
64 |
"single_word": false
|
65 |
},
|
66 |
+
{
|
67 |
+
"content": "</s>",
|
68 |
+
"lstrip": false,
|
69 |
+
"normalized": true,
|
70 |
+
"rstrip": false,
|
71 |
+
"single_word": false
|
72 |
+
},
|
73 |
+
{
|
74 |
+
"content": "<s>",
|
75 |
+
"lstrip": false,
|
76 |
+
"normalized": true,
|
77 |
+
"rstrip": false,
|
78 |
+
"single_word": false
|
79 |
+
},
|
80 |
{
|
81 |
"content": "</s>",
|
82 |
"lstrip": false,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3451
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c7c17c12921a7261ed70978c9e767564ee91ada37852a8e0a0ec24576965c09
|
3 |
size 3451
|