Sanchit Gandhi
commited on
Commit
·
8f54680
1
Parent(s):
f74de3f
Correct scripts
Browse files- README.md +1 -1
- run_spgispeech.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_spgispeech.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" \
|