Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,7 @@ It is trained on 180k hours of public audio data for multilingual speech recogni
|
|
17 |
This model is initialized with [OWSM-CTC v3.1](https://huggingface.co/pyf98/owsm_ctc_v3.1_1B) and then fine-tuned on [v3.2 data](https://arxiv.org/abs/2406.09282) for 225k steps.
|
18 |
|
19 |
Currently, the code for OWSM-CTC has not been merged into ESPnet main branch. Instead, it is available as follows:
|
|
|
20 |
- Code in my repo: https://github.com/pyf98/espnet/tree/owsm-ctc
|
21 |
- Current model on HF: https://huggingface.co/pyf98/owsm_ctc_v3.2_ft_1B
|
22 |
|
|
|
17 |
This model is initialized with [OWSM-CTC v3.1](https://huggingface.co/pyf98/owsm_ctc_v3.1_1B) and then fine-tuned on [v3.2 data](https://arxiv.org/abs/2406.09282) for 225k steps.
|
18 |
|
19 |
Currently, the code for OWSM-CTC has not been merged into ESPnet main branch. Instead, it is available as follows:
|
20 |
+
- PR in ESPnet: https://github.com/espnet/espnet/pull/5933
|
21 |
- Code in my repo: https://github.com/pyf98/espnet/tree/owsm-ctc
|
22 |
- Current model on HF: https://huggingface.co/pyf98/owsm_ctc_v3.2_ft_1B
|
23 |
|