pyf98 commited on
Commit
90c1868
1 Parent(s): e2e75ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -17,6 +17,7 @@ It is trained on 180k hours of public audio data for multilingual speech recogni
17
  Due to time constraint, the model used in the paper was trained for 40 "epochs". The new model trained for 45 "epochs" (approximately three entire passes on the full data) is also added in this repo in order to match the setup of encoder-decoder OWSM. It can have better performance than the old one in many test sets.
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.1_1B
22
 
 
17
  Due to time constraint, the model used in the paper was trained for 40 "epochs". The new model trained for 45 "epochs" (approximately three entire passes on the full data) is also added in this repo in order to match the setup of encoder-decoder OWSM. It can have better performance than the old one in many test sets.
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.1_1B
23