first
Browse files
run.sh
CHANGED
@@ -13,9 +13,9 @@ python run_speech_recognition_seq2seq_streaming.py \
|
|
13 |
--logging_steps="50" \
|
14 |
--learning_rate="1e-5" \
|
15 |
--lr_scheduler_type="constant_with_warmup" \
|
16 |
-
--warmup_steps="
|
17 |
--evaluation_strategy="steps" \
|
18 |
-
--eval_steps="
|
19 |
--save_strategy="steps" \
|
20 |
--save_steps="500" \
|
21 |
--generation_max_length="225" \
|
|
|
13 |
--logging_steps="50" \
|
14 |
--learning_rate="1e-5" \
|
15 |
--lr_scheduler_type="constant_with_warmup" \
|
16 |
+
--warmup_steps="1000" \
|
17 |
--evaluation_strategy="steps" \
|
18 |
+
--eval_steps="500" \
|
19 |
--save_strategy="steps" \
|
20 |
--save_steps="500" \
|
21 |
--generation_max_length="225" \
|