Commit
•
a3a77a0
1
Parent(s):
9cd9771
Correct scripts
Browse files- README.md +1 -1
- run_librispeech.sh +1 -1
README.md
CHANGED
@@ -11,7 +11,7 @@ To reproduce this run, first call `get_ctc_tokenizer.py` to train the CTC tokeni
|
|
11 |
```python
|
12 |
#!/usr/bin/env bash
|
13 |
python run_flax_speech_recognition_ctc.py \
|
14 |
-
--model_name_or_path="esc-benchmark/wav2vec2-pretrained" \
|
15 |
--tokenizer_name="wav2vec2-ctc-librispeech-tokenizer" \
|
16 |
--dataset_name="esc-benchmark/esc-datasets" \
|
17 |
--dataset_config_name="librispeech" \
|
|
|
11 |
```python
|
12 |
#!/usr/bin/env bash
|
13 |
python run_flax_speech_recognition_ctc.py \
|
14 |
+
--model_name_or_path="esc-benchmark/wav2vec2-ctc-pretrained" \
|
15 |
--tokenizer_name="wav2vec2-ctc-librispeech-tokenizer" \
|
16 |
--dataset_name="esc-benchmark/esc-datasets" \
|
17 |
--dataset_config_name="librispeech" \
|
run_librispeech.sh
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
#!/usr/bin/env bash
|
2 |
python run_flax_speech_recognition_ctc.py \
|
3 |
-
--model_name_or_path="esc-benchmark/wav2vec2-pretrained" \
|
4 |
--tokenizer_name="wav2vec2-ctc-librispeech-tokenizer" \
|
5 |
--dataset_name="esc-benchmark/esc-datasets" \
|
6 |
--dataset_config_name="librispeech" \
|
|
|
1 |
#!/usr/bin/env bash
|
2 |
python run_flax_speech_recognition_ctc.py \
|
3 |
+
--model_name_or_path="esc-benchmark/wav2vec2-ctc-pretrained" \
|
4 |
--tokenizer_name="wav2vec2-ctc-librispeech-tokenizer" \
|
5 |
--dataset_name="esc-benchmark/esc-datasets" \
|
6 |
--dataset_config_name="librispeech" \
|