Update run.sh
Browse files
run.sh
CHANGED
@@ -14,7 +14,6 @@ python -m torch.distributed.launch \
|
|
14 |
--learning_rate="3e-4" \
|
15 |
--warmup_steps=3000 \
|
16 |
--evaluation_strategy="steps" \
|
17 |
-
--target_column_name="transcription" \
|
18 |
--max_duration_in_seconds=20 \
|
19 |
--save_steps=500 \
|
20 |
--eval_steps=500 \
|
|
|
14 |
--learning_rate="3e-4" \
|
15 |
--warmup_steps=3000 \
|
16 |
--evaluation_strategy="steps" \
|
|
|
17 |
--max_duration_in_seconds=20 \
|
18 |
--save_steps=500 \
|
19 |
--eval_steps=500 \
|