Commit
•
70462d6
1
Parent(s):
754e3f4
Correct scripts
Browse files- README.md +1 -1
- run_spgispeech.sh +1 -1
README.md
CHANGED
@@ -11,7 +11,7 @@ To reproduce this run, execute:
|
|
11 |
#!/usr/bin/env bash
|
12 |
CUDA_VISIBLE_DEVICES=0 python run_speech_recognition_whisper.py \
|
13 |
--model_name_or_path="medium.en" \
|
14 |
-
--dataset_name="esc/esc-datasets" \
|
15 |
--dataset_config_name="spgispeech" \
|
16 |
--max_steps="5000" \
|
17 |
--output_dir="./" \
|
|
|
11 |
#!/usr/bin/env bash
|
12 |
CUDA_VISIBLE_DEVICES=0 python run_speech_recognition_whisper.py \
|
13 |
--model_name_or_path="medium.en" \
|
14 |
+
--dataset_name="esc-benchmark/esc-datasets" \
|
15 |
--dataset_config_name="spgispeech" \
|
16 |
--max_steps="5000" \
|
17 |
--output_dir="./" \
|
run_spgispeech.sh
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
#!/usr/bin/env bash
|
2 |
CUDA_VISIBLE_DEVICES=0 python run_speech_recognition_whisper.py \
|
3 |
--model_name_or_path="medium.en" \
|
4 |
-
--dataset_name="esc/esc-datasets" \
|
5 |
--dataset_config_name="spgispeech" \
|
6 |
--max_steps="5000" \
|
7 |
--output_dir="./" \
|
|
|
1 |
#!/usr/bin/env bash
|
2 |
CUDA_VISIBLE_DEVICES=0 python run_speech_recognition_whisper.py \
|
3 |
--model_name_or_path="medium.en" \
|
4 |
+
--dataset_name="esc-benchmark/esc-datasets" \
|
5 |
--dataset_config_name="spgispeech" \
|
6 |
--max_steps="5000" \
|
7 |
--output_dir="./" \
|