Sanchit Gandhi commited on
Commit ·
43d2fc0
1
Parent(s): 569a4c9
Correct scripts
Browse files- README.md +1 -1
- run_librispeech.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="librispeech" \
|
| 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="librispeech" \
|
| 16 |
--max_steps="5000" \
|
| 17 |
--output_dir="./" \
|
run_librispeech.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="librispeech" \
|
| 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="librispeech" \
|
| 6 |
--max_steps="5000" \
|
| 7 |
--output_dir="./" \
|