marcoyang
77fc1c0929
fix typo
2023-10-11 09:48:00 +08:00
marcoyang
03a632fc30
Merge branch 'master' of github.com:marcoyang1998/icefall into libriheavy_prompt_asr
2023-10-11 09:46:43 +08:00
marcoyang
96977c9ddd
fix for black
2023-10-10 17:44:48 +08:00
marcoyang
e32bda6a7b
fix style
2023-10-10 16:55:31 +08:00
marcoyang
90dac69bc5
fix optim.py
2023-10-10 16:51:07 +08:00
marcoyang
9ef5dfe380
fix style
2023-10-10 16:48:17 +08:00
marcoyang
7a9c18fc79
update training script
2023-10-10 16:42:22 +08:00
marcoyang
9f48d06581
update RESULTS.md
2023-10-10 16:41:34 +08:00
marcoyang
35aab79e3d
support exporting model state dict
2023-10-10 16:40:54 +08:00
Zengwei Yao
9af144c26b
Zipformer update result ( #1296 )
...
* update Zipformer results
2023-10-09 23:15:22 +08:00
zr_jin
fefffc02f6
Update optim.py ( #1292 )
2023-10-09 17:39:23 +08:00
marcoyang
838c24cba1
fix bug in decode
2023-10-07 16:04:53 +08:00
zr_jin
ce08230ade
Update README.md ( #1293 )
2023-10-07 11:57:30 +08:00
zr_jin
82199b8fe1
Init commit for swbd ( #1146 )
2023-10-07 11:44:18 +08:00
marcoyang
7c56d8f06b
fix a bug in samping function
2023-10-04 00:09:27 +08:00
Fangjun Kuang
109354b6b8
Add CTC HLG decoding for zipformer ( #1287 )
2023-10-02 14:00:06 +08:00
Fangjun Kuang
f14b673408
Add HLG decoding with OpenFst on CPU for aishell conformer_ctc ( #1279 )
2023-10-01 13:46:16 +08:00
Fangjun Kuang
48cc41bd83
Fix CI
2023-09-30 22:23:22 +08:00
Dongji Gao
3abc290c11
Add scripts and recipe for BTC/OTC ( #1255 )
2023-09-29 07:52:46 +08:00
yaguang
8181d19860
check bbpe model exists in advance. ( #1277 )
2023-09-27 17:35:26 +08:00
yaguang
a5ba1133c4
Compatible with new lhotse versions. ( #1278 )
2023-09-27 17:33:38 +08:00
Fangjun Kuang
772ee3955b
Support HLG decoding using OpenFst with kaldi decoders ( #1275 )
2023-09-27 14:49:27 +08:00
marcoyang
e058ba0a65
minor updates
2023-09-27 11:31:14 +08:00
Fangjun Kuang
2318c3fbd0
Support CTC decoding on CPU using OpenFst and kaldi decoders. ( #1244 )
2023-09-26 16:36:19 +08:00
zr_jin
1b565dd251
added softlinks to local dir ( #1273 )
2023-09-26 15:41:39 +08:00
marcoyang1998
e17f884ace
Fix docs for MVQ ( #1272 )
...
* typo fix
2023-09-25 15:36:40 +08:00
marcoyang1998
97f9b9c33b
Add documentation for RNNLM training ( #1267 )
...
* add documentation for training an RNNLM
2023-09-25 10:48:50 +08:00
zr_jin
ef5da4824d
formatted the entire LibriSpeech recipe ( #1270 )
...
* formatted the entire librispeech recipe
* minor updates
2023-09-24 17:31:01 +08:00
zr_jin
ef658d691e
fixes for init value of diagnostics.TensorDiagnosticOptions
( #1269 )
...
* fixes for `diagnostics`
Replace `2 ** 22` with `512` as the default value of `diagnostics.TensorDiagnosticOptions`
also black formatted some scripts
* fixed formatting issues
2023-09-24 17:06:47 +08:00
Fangjun Kuang
34e40a86b3
Fix exporting decoder model to onnx ( #1264 )
...
* Use torch.jit.script() to export the decoder model
See also https://github.com/k2-fsa/sherpa-onnx/issues/327
2023-09-22 09:57:15 +08:00
Fangjun Kuang
f5dc957d44
Fix CI tests ( #1266 )
2023-09-21 21:16:14 +08:00
l2009312042
45d60ef262
Update conformer.py ( #1200 )
...
* Update conformer.py
* Update zipformer.py
fix bug in get_dynamic_dropout_rate
2023-09-21 19:41:10 +08:00
marcoyang
ae3149cb7f
freeze BERT option
2023-09-21 10:24:14 +08:00
marcoyang
21cc1dfff4
fix lhotse compatibility
2023-09-21 10:22:56 +08:00
marcoyang
974c1fff08
add freeze param in utils.py
2023-09-20 19:05:12 +08:00
marcoyang1998
fdff6b3b3a
add shared
2023-09-20 14:56:38 +08:00
marcoyang1998
9485587976
add RESULTS.md, pending model link
2023-09-20 11:45:13 +08:00
marcoyang1998
203cd5cf11
add usage in decoder_bert.py
2023-09-20 11:44:36 +08:00
marcoyang1998
cda6e06a85
updates
2023-09-20 10:35:37 +08:00
marcoyang1998
93461fb77e
add documentation to different text sampling function
2023-09-20 09:57:03 +08:00
zr_jin
bbb03f7962
Update decoder.py ( #1262 )
2023-09-20 08:15:54 +08:00
marcoyang1998
6579800720
update
2023-09-19 18:38:56 +08:00
marcoyang1998
bea1bd295f
add script for generating context list for each utterance
2023-09-19 17:44:52 +08:00
Tiance Wang
7e1288af50
fix thchs-30 download command ( #1260 )
2023-09-19 16:46:36 +08:00
marcoyang1998
8401f26342
update some documentation for cross-attention zipformer
2023-09-19 14:53:33 +08:00
marcoyang1998
58dc0430be
remove subformer scripts
2023-09-18 17:28:50 +08:00
Ikko Eltociear Ashimine
0c564c6c81
Fix typo in README.md ( #1257 )
2023-09-17 12:25:37 +08:00
marcoyang1998
d411ffb4b6
update
2023-09-15 16:08:27 +08:00
marcoyang1998
a0fe6bcd0d
further clean up
2023-09-15 11:13:51 +08:00
marcoyang1998
ae2c7c73f6
remove/rename files
2023-09-15 10:54:58 +08:00