Dongji Gao
f34d596400
Update README.md
2023-09-18 20:47:46 -04:00
Dongji Gao
5e20a9c61b
Update README.md
2023-09-18 18:40:36 -04:00
Dongji Gao
a2a0a0dbb5
Update README.md
2023-09-18 18:36:04 -04:00
Dongji Gao
bffc421c1a
Update README.md
2023-09-18 16:07:33 -04:00
Dongji Gao
9916c667b3
Update README.md
2023-09-18 16:04:38 -04:00
Dongji Gao
5e6593f6ab
Update README.md
2023-09-17 21:11:34 -04:00
Dongji Gao
ccf0f4468e
Update README.md
2023-09-17 21:09:02 -04:00
Dongji Gao
0bcd6a6a4b
Update README.md
2023-09-17 21:08:41 -04:00
Dongji Gao
0dd9d0a06a
Update README.md
2023-09-17 21:08:04 -04:00
Dongji Gao
2f62e80a03
Update README.md
2023-09-17 21:07:10 -04:00
Dongji Gao
3b68694360
Update README.md
2023-09-17 21:05:35 -04:00
Dongji Gao
d4ebce1b2a
Update README.md
2023-09-17 21:03:43 -04:00
Dongji Gao
6f18a7f3bb
Update README.md
2023-09-17 21:03:21 -04:00
Dongji Gao
61cf3c38c1
Update README.md
2023-09-17 21:02:47 -04:00
Dongji Gao
b782b4827d
Update README.md
2023-09-17 21:01:55 -04:00
Dongji Gao
4313aa3dd4
Update README.md
2023-09-17 20:58:14 -04:00
Dongji Gao
fd2b0f7b77
Update README.md
2023-09-17 20:57:04 -04:00
Dongji Gao
092fb4766d
add figures for README.md
2023-09-17 20:55:34 -04:00
Dongji Gao
5a8acb764f
Update README.md
2023-09-17 19:44:21 -04:00
Dongji Gao
e629217f2e
Update README.md
2023-09-17 19:04:50 -04:00
Dongji Gao
2c2631e07d
Create README.md
2023-09-17 18:57:41 -04:00
Dongji Gao
f4fb1cc0ac
remove unnecessary testing files
2023-09-16 21:19:07 -04:00
Dongji Gao
141bc10a98
remove unnecessary test files
2023-09-16 19:37:44 -04:00
Dongji Gao
4b0392f242
add otc simulation recipe for librispeech clean 100
2023-09-16 19:32:00 -04:00
Wei Kang
4d7f73ce65
Add context biasing for zipformer recipe ( #1204 )
...
* Add context biasing for zipformer recipe
* support context biasing in modified_beam_search_LODR
* fix context graph
* Minor fixes
2023-08-28 19:37:32 +08:00
Erwan Zerhouni
9a47c08d08
Update padding modified beam search ( #1217 )
2023-08-14 16:10:50 +02:00
zr_jin
a81396b482
Use tokens.txt to replace bpe.model ( #1162 )
2023-08-12 16:53:59 +08:00
Yifan Yang
00256a7669
Fix decode_stream.py ( #1208 )
...
* FIx decode_stream.py
* Update decode_stream.py
2023-08-09 09:40:58 +08:00
marcoyang1998
1ee251c8b3
Decode zipformer with external LMs ( #1193 )
...
* update some documentation
* support decoding with LMs in zipformer recipe
* update RESULTS.md
2023-08-03 15:50:35 +08:00
Fangjun Kuang
1dbbd7759e
Add tests for subsample.py and fix typos ( #1180 )
2023-07-25 14:46:18 +08:00
zr_jin
4ab7d61008
removed batch_name
to fix a KeyError with "uttid" ( #1172 )
2023-07-15 12:39:32 +08:00
Yifan Yang
ffe816e2a8
Fix blank skip ci test ( #1167 )
...
* Fix for ci
* Fix frame_reducer
2023-07-06 23:12:41 +08:00
Fangjun Kuang
130ad0319d
Fix CI test for zipformer CTC ( #1165 )
2023-07-05 10:38:29 +08:00
Fangjun Kuang
b8a17944e4
Fix zipformer CI test ( #1164 )
2023-07-05 10:23:35 +08:00
Fangjun Kuang
9009d028a0
Fix ONNX export for the latest non-streaming zipformer. ( #1160 )
2023-07-03 23:56:51 +08:00
Fangjun Kuang
c3e23ec8d2
Fix logaddexp for ONNX export ( #1158 )
2023-07-02 10:30:09 +08:00
MicKot
98d89463f6
zipformer2 logaddexp onnx safe ( #1157 )
2023-06-30 21:16:40 +08:00
Zengwei Yao
ccd8c624dd
support testing onnx exported model on the test sets ( #1150 )
...
* support testing onnx exported model on the test sets
* use token_table instead
2023-06-30 12:05:37 +08:00
Wei Kang
db71b03026
Support int8 quantization in decoder ( #1152 )
2023-06-29 16:48:59 +08:00
Desh Raj
9c2172c1c4
Zipformer for TedLium ( #1125 )
...
* initial commit for zipformer tedlium
* fix unk decoding
* add pretrained model and logs
* update for new AsrModel
* add option for choosing rnnt type
* add results with modified rnnt
2023-06-28 16:43:49 +08:00
Fangjun Kuang
968ebd236b
Fix ONNX export of the latest streaming zipformer model. ( #1148 )
2023-06-27 14:35:59 +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
frankyoujian
4d5b8369ae
fix small typo ( #1144 )
2023-06-21 17:17:19 +08:00
Yifan Yang
d667dc365b
Fix for diagnostic ( #1135 )
...
* CTC loss return tensor
* Update model.py
2023-06-16 15:04:41 +08:00
Yifan Yang
0a465794a8
Fix Zipformer ( #1132 )
...
* Update model.py
* Update train.py
* Update decoder.py
2023-06-15 17:52:14 +08:00
Fangjun Kuang
947f0614c9
Fix running exported model on GPU. ( #1131 )
2023-06-15 12:25:15 +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
danfu
0cb71ad3bc
add updated zipformer onnx export ( #1108 )
...
Co-authored-by: Fangjun Kuang <csukuangfj@gmail.com>
2023-06-12 14:02:23 +08:00
Peter Ross
b4c38d7547
Use symlinks for best epochs ( #1123 )
...
* utils: add symlink_or_copyfile
* pruned_transducer_stateless7: use symlinks (when possible) to output best epochs
* Rename function
---------
Co-authored-by: Yifan Yang <64255737+yfyeung@users.noreply.github.com>
2023-06-12 13:51:46 +08:00
Yifan Yang
dca21c2a17
Fix parameters_names in train.py ( #1121 )
2023-06-08 16:54:05 +08:00