marinone94
commited on
Commit
·
674aa77
1
Parent(s):
f567303
increase a bit learning rate
Browse files
run.sh
CHANGED
@@ -48,7 +48,7 @@ python run_speech_recognition_ctc.py \
|
|
48 |
--per_device_train_batch_size="32" \
|
49 |
--per_device_eval_batch_size="32" \
|
50 |
--gradient_accumulation_steps="4" \
|
51 |
-
--learning_rate="
|
52 |
--warmup_steps="2000" \
|
53 |
--length_column_name="input_length" \
|
54 |
--evaluation_strategy="steps" \
|
|
|
48 |
--per_device_train_batch_size="32" \
|
49 |
--per_device_eval_batch_size="32" \
|
50 |
--gradient_accumulation_steps="4" \
|
51 |
+
--learning_rate="2.5e-4" \
|
52 |
--warmup_steps="2000" \
|
53 |
--length_column_name="input_length" \
|
54 |
--evaluation_strategy="steps" \
|