sanchit-gandhi HF staff commited on
Commit
e1260a9
1 Parent(s): fc5682f

Correct scripts

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. run_common_voice.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="common_voice" \
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="common_voice" \
16
  --max_steps="5000" \
17
  --output_dir="./" \
run_common_voice.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="common_voice" \
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="common_voice" \
6
  --max_steps="5000" \
7
  --output_dir="./" \