1009 Commits

Author SHA1 Message Date
zr_jin
eeeeef390b
Minor bug fixes and descriptive text for the LibriCSS recipe (#1268) 2023-10-12 10:02:49 -04:00
zr_jin
162ceaf4b3
fixes for data preparation (#1307)
Issue: #1306
2023-10-12 17:05:41 +08:00
zr_jin
855492156a
Update finetune.py (#1304) 2023-10-12 16:48:23 +08:00
Wen Ding
2b3c5d799f
Fix padding issues (#1303) 2023-10-11 16:58:00 +08:00
marcoyang1998
16a2748d6c
PromptASR for contextualized ASR with controllable style (#1250)
* Add PromptASR with BERT as text encoder

* Support using word-list based content prompts for context biasing

* Upload the pretrained models to huggingface

* Add usage example
2023-10-11 14:56:41 +08:00
Fangjun Kuang
cb874e9905
add export-onnx.py for stateless8 (#1302)
* add export-onnx.py for stateless8

* use tokens.txt to replace bpe.model
2023-10-11 12:20:12 +08:00
zr_jin
103d617380
bug fixes (#1301) 2023-10-11 11:04:20 +08:00
zr_jin
0d09a44930
Update train.py (#1299) 2023-10-11 10:06:00 +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
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
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
JinZr
4897f2c0f2 minor updates 2023-09-28 11:38:28 +08:00
JinZr
8f2d480439 minor updates 2023-09-28 10:53:31 +08:00
JinZr
09ada8fb48 minor updates 2023-09-28 10:47:39 +08:00
JinZr
21dad4506c updated 2023-09-28 10:27:08 +08:00
JinZr
40f241b8d6 minor updates 2023-09-28 10:25:31 +08:00
JinZr
2f1c36013d minor updates 2023-09-28 09:24:31 +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
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
jinzr
8467eb7c26 Update decode.py 2023-09-26 14:12:20 +08:00
JinZr
32e807763f updated 2023-09-26 14:06:29 +08:00
JinZr
43c27a68fe Merge branch 'dev/bilingual' of https://github.com/jinzr/icefall into dev/bilingual 2023-09-26 14:03:29 +08:00
jinzr
04d7bdec99 format fixed 2023-09-26 13:57:59 +08:00
JinZr
c532175d4e updates 2023-09-26 13:40:36 +08:00
JinZr
851929b47f Merge branch 'dev/bilingual' of https://github.com/jinzr/icefall into dev/bilingual 2023-09-26 13:34:36 +08:00
JinZr
b8ea509067 updated 2023-09-26 13:34:33 +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
1d5a97be61
Merge branch 'k2-fsa:master' into dev/bilingual 2023-09-24 17:44:34 +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
zr_jin
2e9160c270
Merge branch 'k2-fsa:master' into dev/bilingual 2023-09-22 19:19:09 +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
zr_jin
d58ffa1a94
Merge branch 'k2-fsa:master' into dev/bilingual 2023-09-22 01:25:32 +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
jinzr
826188dbe9 Update decode.py 2023-09-21 15:43:20 +08:00
jinzr
5047dd37ac Update multi_dataset.py 2023-09-21 15:33:29 +08:00
jinzr
54aff34088 Update train.py 2023-09-21 15:23:47 +08:00
JinZr
6719f4649e Merge branch 'dev/bilingual' of https://github.com/jinzr/icefall into dev/bilingual 2023-09-21 15:22:01 +08:00
JinZr
d128b7b2e8 updated 2023-09-21 15:20:44 +08:00
jinzr
8a88678f91 Update multi_dataset.py 2023-09-21 15:19:55 +08:00