Sanchit Gandhi
commited on
Commit
·
17f198b
1
Parent(s):
7463e88
Correct scripts
Browse files- README.md +5 -3
- run_gigaspeech.sh +5 -3
README.md
CHANGED
|
@@ -21,11 +21,13 @@ 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 |
--generation_length_penalty="1.2" \
|
| 30 |
--overwrite_output_dir \
|
| 31 |
--gradient_checkpointing \
|
|
|
|
| 21 |
--learning_rate="1e-4" \
|
| 22 |
--warmup_steps="500" \
|
| 23 |
--logging_steps="25" \
|
| 24 |
+
--max_steps="50001" \
|
| 25 |
--eval_steps="10000" \
|
| 26 |
--save_steps="10000" \
|
| 27 |
+
--generation_max_length="40" \
|
| 28 |
+
--generation_num_beams="1" \
|
| 29 |
+
--final_generation_max_length="200" \
|
| 30 |
+
--final_generation_num_beams="14" \
|
| 31 |
--generation_length_penalty="1.2" \
|
| 32 |
--overwrite_output_dir \
|
| 33 |
--gradient_checkpointing \
|
run_gigaspeech.sh
CHANGED
|
@@ -11,11 +11,13 @@ 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 |
--generation_length_penalty="1.2" \
|
| 20 |
--overwrite_output_dir \
|
| 21 |
--gradient_checkpointing \
|
|
|
|
| 11 |
--learning_rate="1e-4" \
|
| 12 |
--warmup_steps="500" \
|
| 13 |
--logging_steps="25" \
|
| 14 |
+
--max_steps="50001" \
|
| 15 |
--eval_steps="10000" \
|
| 16 |
--save_steps="10000" \
|
| 17 |
+
--generation_max_length="40" \
|
| 18 |
+
--generation_num_beams="1" \
|
| 19 |
+
--final_generation_max_length="200" \
|
| 20 |
+
--final_generation_num_beams="14" \
|
| 21 |
--generation_length_penalty="1.2" \
|
| 22 |
--overwrite_output_dir \
|
| 23 |
--gradient_checkpointing \
|