sanchit-gandhi HF staff commited on
Commit
4a006f3
1 Parent(s): ff20447

Correct scripts

Browse files
Files changed (2) hide show
  1. README.md +4 -3
  2. run_earnings22.sh +1 -1
README.md CHANGED
@@ -2,16 +2,17 @@
2
  language:
3
  - en
4
  tags:
5
- - esc
6
  datasets:
7
- - earnings22
 
8
  ---
9
  To reproduce this run, execute:
10
  ```python
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="earnings22" \
16
  --max_steps="2500" \
17
  --output_dir="./" \
 
2
  language:
3
  - en
4
  tags:
5
+ - esb
6
  datasets:
7
+ - esb/datasets
8
+ - revdotcom/earnings22
9
  ---
10
  To reproduce this run, execute:
11
  ```python
12
  #!/usr/bin/env bash
13
  CUDA_VISIBLE_DEVICES=0 python run_speech_recognition_whisper.py \
14
  --model_name_or_path="medium.en" \
15
+ --dataset_name="esb/datasets" \
16
  --dataset_config_name="earnings22" \
17
  --max_steps="2500" \
18
  --output_dir="./" \
run_earnings22.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-benchmark/esc-datasets" \
5
  --dataset_config_name="earnings22" \
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="esb/datasets" \
5
  --dataset_config_name="earnings22" \
6
  --max_steps="2500" \
7
  --output_dir="./" \