Commit
•
8a81a5a
1
Parent(s):
937cd7f
Correct scripts
Browse files- README.md +2 -2
- run_librispeech.sh +2 -2
README.md
CHANGED
@@ -11,9 +11,9 @@ 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/wav2vec2-pretrained" \
|
15 |
--tokenizer_name="wav2vec2-ctc-librispeech-tokenizer" \
|
16 |
-
--dataset_name="esc/esc-datasets" \
|
17 |
--dataset_config_name="librispeech" \
|
18 |
--output_dir="./" \
|
19 |
--wandb_project="wav2vec2-ctc" \
|
|
|
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" \
|
18 |
--output_dir="./" \
|
19 |
--wandb_project="wav2vec2-ctc" \
|
run_librispeech.sh
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
#!/usr/bin/env bash
|
2 |
python run_flax_speech_recognition_ctc.py \
|
3 |
-
--model_name_or_path="esc/wav2vec2-pretrained" \
|
4 |
--tokenizer_name="wav2vec2-ctc-librispeech-tokenizer" \
|
5 |
-
--dataset_name="esc/esc-datasets" \
|
6 |
--dataset_config_name="librispeech" \
|
7 |
--output_dir="./" \
|
8 |
--wandb_project="wav2vec2-ctc" \
|
|
|
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" \
|
7 |
--output_dir="./" \
|
8 |
--wandb_project="wav2vec2-ctc" \
|