Commit
•
1690519
1
Parent(s):
fc49ccc
Correct scripts
Browse files- README.md +1 -1
- run_gigaspeech.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="gigaspeech" \
|
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="gigaspeech" \
|
16 |
--max_steps="5000" \
|
17 |
--output_dir="./" \
|
run_gigaspeech.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="gigaspeech" \
|
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="gigaspeech" \
|
6 |
--max_steps="5000" \
|
7 |
--output_dir="./" \
|