sanchit-gandhi HF staff commited on
Commit
0336f9b
1 Parent(s): 4622bd6

Correct scripts

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. run_switchboard.sh +1 -1
README.md CHANGED
@@ -12,7 +12,7 @@ To reproduce this run, execute:
12
  CUDA_VISIBLE_DEVICES=0 python run_speech_recognition_rnnt.py \
13
  --config_path="conf/conformer_transducer_bpe_xlarge.yaml" \
14
  --model_name_or_path="stt_en_conformer_transducer_xlarge" \
15
- --dataset_name="esc/esc-datasets" \
16
  --tokenizer_path="tokenizer" \
17
  --vocab_size="1024" \
18
  --max_steps="100000" \
 
12
  CUDA_VISIBLE_DEVICES=0 python run_speech_recognition_rnnt.py \
13
  --config_path="conf/conformer_transducer_bpe_xlarge.yaml" \
14
  --model_name_or_path="stt_en_conformer_transducer_xlarge" \
15
+ --dataset_name="esc-benchmark/esc-datasets" \
16
  --tokenizer_path="tokenizer" \
17
  --vocab_size="1024" \
18
  --max_steps="100000" \
run_switchboard.sh CHANGED
@@ -2,7 +2,7 @@
2
  CUDA_VISIBLE_DEVICES=0 python run_speech_recognition_rnnt.py \
3
  --config_path="conf/conformer_transducer_bpe_xlarge.yaml" \
4
  --model_name_or_path="stt_en_conformer_transducer_xlarge" \
5
- --dataset_name="esc/esc-datasets" \
6
  --tokenizer_path="tokenizer" \
7
  --vocab_size="1024" \
8
  --max_steps="100000" \
 
2
  CUDA_VISIBLE_DEVICES=0 python run_speech_recognition_rnnt.py \
3
  --config_path="conf/conformer_transducer_bpe_xlarge.yaml" \
4
  --model_name_or_path="stt_en_conformer_transducer_xlarge" \
5
+ --dataset_name="esc-benchmark/esc-datasets" \
6
  --tokenizer_path="tokenizer" \
7
  --vocab_size="1024" \
8
  --max_steps="100000" \