sanchit-gandhi
commited on
Commit
·
b27c0dc
1
Parent(s):
8415611
Correct scripts
Browse files- README.md +1 -1
- run_chime4.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="chime4" \
|
16 |
--max_steps="2500" \
|
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="chime4" \
|
16 |
--max_steps="2500" \
|
17 |
--output_dir="./" \
|
run_chime4.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="chime4" \
|
6 |
--max_steps="2500" \
|
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="chime4" \
|
6 |
--max_steps="2500" \
|
7 |
--output_dir="./" \
|