Commit
•
81c4a58
1
Parent(s):
b45913c
Correct scripts
Browse files- README.md +6 -4
- run_voxpopuli.sh +6 -4
README.md
CHANGED
@@ -21,12 +21,14 @@ python run_flax_speech_recognition_seq2seq.py \
|
|
21 |
--learning_rate="1e-4" \
|
22 |
--warmup_steps="500" \
|
23 |
--logging_steps="25" \
|
24 |
-
--max_steps="
|
25 |
--eval_steps="10000" \
|
26 |
--save_steps="10000" \
|
27 |
-
--generation_max_length="
|
28 |
-
--generation_num_beams="
|
29 |
-
--
|
|
|
|
|
30 |
--hidden_dropout="0.2" \
|
31 |
--activation_dropout="0.2" \
|
32 |
--feat_proj_dropout="0.2" \
|
|
|
21 |
--learning_rate="1e-4" \
|
22 |
--warmup_steps="500" \
|
23 |
--logging_steps="25" \
|
24 |
+
--max_steps="10001" \
|
25 |
--eval_steps="10000" \
|
26 |
--save_steps="10000" \
|
27 |
+
--generation_max_length="40" \
|
28 |
+
--generation_num_beams="1" \
|
29 |
+
--final_generation_max_length="225" \
|
30 |
+
--final_generation_num_beams="5" \
|
31 |
+
--generation_length_penalty="0.8" \
|
32 |
--hidden_dropout="0.2" \
|
33 |
--activation_dropout="0.2" \
|
34 |
--feat_proj_dropout="0.2" \
|
run_voxpopuli.sh
CHANGED
@@ -11,12 +11,14 @@ python run_flax_speech_recognition_seq2seq.py \
|
|
11 |
--learning_rate="1e-4" \
|
12 |
--warmup_steps="500" \
|
13 |
--logging_steps="25" \
|
14 |
-
--max_steps="
|
15 |
--eval_steps="10000" \
|
16 |
--save_steps="10000" \
|
17 |
-
--generation_max_length="
|
18 |
-
--generation_num_beams="
|
19 |
-
--
|
|
|
|
|
20 |
--hidden_dropout="0.2" \
|
21 |
--activation_dropout="0.2" \
|
22 |
--feat_proj_dropout="0.2" \
|
|
|
11 |
--learning_rate="1e-4" \
|
12 |
--warmup_steps="500" \
|
13 |
--logging_steps="25" \
|
14 |
+
--max_steps="10001" \
|
15 |
--eval_steps="10000" \
|
16 |
--save_steps="10000" \
|
17 |
+
--generation_max_length="40" \
|
18 |
+
--generation_num_beams="1" \
|
19 |
+
--final_generation_max_length="225" \
|
20 |
+
--final_generation_num_beams="5" \
|
21 |
+
--generation_length_penalty="0.8" \
|
22 |
--hidden_dropout="0.2" \
|
23 |
--activation_dropout="0.2" \
|
24 |
--feat_proj_dropout="0.2" \
|