8 Commits

Author SHA1 Message Date
jinzr
d0d71ca515 fixed an issue related to certain decoding patterns 2023-08-12 03:21:09 +08:00
jinzr
40737f760b updated 2023-08-12 02:58:50 +08:00
jinzr
ea87b7dff9 fixes 2023-08-12 02:32:10 +08:00
jinzr
d8632c0425 minor fixes 2023-08-12 01:23:00 +08:00
jinzr
737274c9ed fixed few issues related to post processing 2023-08-12 01:04:27 +08:00
jinzr
14f0cb5977 minor bug fixes for existing scripts 2023-08-11 20:51:36 +08:00
Wei Kang
219bba1310
zipformer wenetspeech (#1130)
* copy files

* update train.py

* small fixes

* Add decode.py

* Fix dataloader in decode.py

* add blank penalty

* Add blank-penalty to other decoding method

* Minor fixes

* add zipformer2 recipe

* Minor fixes

* Remove pruned7

* export and test models

* Replace bpe with tokens in export.py and pretrain.py

* Minor fixes

* Minor fixes

* Minor fixes

* Fix export

* Update results

* Fix zipformer-ctc

* Fix ci

* Fix ci

* Fix CI

* Fix CI

---------

Co-authored-by: Fangjun Kuang <csukuangfj@gmail.com>
2023-06-26 09:33:18 +08:00
Zengwei Yao
0ad037d076
Add CTC loss option in zipformer recipe (#1111)
* add CTC loss option in zipformer recipe

* add ctc_decode.py

* support CTC model export, add jit_pretrained_ctc.py, pretrained_ctc.py

* update README.md and RESULTS.md

* add CI test
2023-06-14 14:27:29 +08:00