Wei Kang
d74822d07b
Fix wenetspeech decoding speed ( #953 )
2023-03-21 21:35:32 +08:00
LIyong.Guo
0fb43289f4
Update egs/himia/wuw/ctc_tdnn/graph.py
...
Co-authored-by: Fangjun Kuang <csukuangfj@gmail.com>
2023-03-17 17:50:40 +08:00
glynpu
f17b0e8035
add nubmer of parameters
2023-03-17 16:12:17 +08:00
glynpu
29760e255b
auc images
2023-03-17 16:04:58 +08:00
glynpu
1162d74dc4
add results.md
2023-03-17 14:27:15 +08:00
glynpu
17768da017
update comments
2023-03-17 14:26:50 +08:00
marcoyang1998
7948624a22
Support fine-tuning ( #944 )
...
* support finetune
* add files for decoding giga
* support initializing modules
* add a fine-tune bash script
2023-03-17 13:44:29 +08:00
glynpu
9f94984dbb
fix typo
2023-03-17 12:21:35 +08:00
glynpu
0a5b639ec1
update comments
2023-03-17 12:17:08 +08:00
glynpu
c055f0cc49
update comments
2023-03-17 10:08:06 +08:00
glynpu
af048b279c
update type hints
2023-03-16 20:54:45 +08:00
glynpu
b769f10bf6
fix comments
2023-03-16 20:17:44 +08:00
glynpu
fe6dcd7429
update result url
2023-03-16 20:08:51 +08:00
glynpu
c11faa8c77
update result url
2023-03-16 20:05:44 +08:00
glynpu
e64a6e7bec
update comments
2023-03-16 20:03:57 +08:00
glynpu
2230669129
Short intro to results files in huggingface
2023-03-16 16:53:24 +08:00
glynpu
20f36efedd
url for pretrained models
2023-03-16 16:49:05 +08:00
glynpu
d5471c5284
rename score file
2023-03-16 14:59:16 +08:00
glynpu
27428187d0
update logging information
2023-03-16 14:50:24 +08:00
glynpu
93a168ab06
tdnn model
2023-03-16 13:11:11 +08:00
glynpu
3feef0a7d0
update tokenizer comments
2023-03-16 13:05:46 +08:00
glynpu
07a8f050b7
update comments
2023-03-16 12:56:25 +08:00
glynpu
39c0ae7749
auc
2023-03-16 12:37:46 +08:00
glynpu
a49817385a
train and inference
2023-03-16 12:35:10 +08:00
glynpu
b55ae4fd53
data preparation
2023-03-16 12:28:59 +08:00
glynpu
25873de7b6
dataloader
2023-03-16 12:25:41 +08:00
Jason's Lab
6196b4a407
Add char-based language model training process for aishell. ( #945 )
...
* Add char-based language model training process for aishell.
Add soft link from librispeech/ASR/local/sort_lm_training_data.py to aishell/ASR/local/
---------
Co-authored-by: lichao <www.563042811@qq.com>
2023-03-16 09:52:11 +08:00
Yifan Yang
a48812ddb3
Ban the test_rnn.py in ci-test ( #949 )
2023-03-15 22:02:20 +08:00
Yifan Yang
cad6735e07
Modify make_pad_mask to support TensorRT ( #943 )
...
* Modify make_pad_mask to support TensorRT
* Fix for test
2023-03-10 19:28:59 +08:00
marcoyang1998
9ddd811925
Fix padding_idx ( #942 )
...
* fix padding_idx
* update RESULTS.md
2023-03-10 14:37:28 +08:00
Yifan Yang
28af269e5e
Fix for workflow ( #934 )
2023-03-09 17:38:15 +08:00
Fangjun Kuang
f5de2e90c6
Fix style issues. ( #937 )
2023-03-08 22:56:04 +08:00
pehonnet
07243d136a
remove key from result filename ( #936 )
...
Co-authored-by: pe-honnet <pe.honnet@telepathy.ai>
2023-03-08 21:06:07 +08:00
Fangjun Kuang
8aaa9761e4
Add doc about exporting streaming zipformer to sherpa-ncnn ( #927 )
2023-02-27 21:23:04 +08:00
Fangjun Kuang
b7c85968ae
Use standard apache 2.0 license ( #919 )
2023-02-22 11:15:58 +08:00
marcoyang1998
c51e6c5b9c
fix typo ( #916 )
2023-02-20 19:04:57 +08:00
nihui
4626c60c74
fix typo ( #915 )
2023-02-17 15:38:08 +08:00
Fangjun Kuang
52d7cdd1a6
Update doc about exporting LSTM models to ncnn ( #914 )
2023-02-17 12:50:13 +08:00
Fangjun Kuang
c01175679e
Add CI test for exporting csj pretrained zipformer to ncnn ( #913 )
2023-02-16 21:09:05 +08:00
Fangjun Kuang
6d7a55904c
export script to ncnn for csj ( #912 )
2023-02-16 19:47:54 +08:00
Zengwei Yao
4e832fa6b0
fix reduction conformer_ctc3/train.py ( #908 )
2023-02-14 20:45:38 +08:00
Fangjun Kuang
c5e687ddf5
Export streaming zipformer to ncnn ( #906 )
2023-02-13 23:41:43 +08:00
Teo Wen Shen
e63a8c27f8
CSJ pruned_transducer_stateless7_streaming ( #892 )
...
* update manifest stats
* update transcript configs
* lang_char and compute_fbanks
* save cuts in fbank_dir
* add core codes
* update decode.py
* Create local/utils
* tidy up
* parse raw in prepare_lang_char.py
* update manifest stats
* update transcript configs
* lang_char and compute_fbanks
* save cuts in fbank_dir
* add core codes
* update decode.py
* Create local/utils
* tidy up
* parse raw in prepare_lang_char.py
* working train
* Add compare_cer_transcript.py
* fix tokenizer decode, allow d2f only
* comment cleanup
* add export files and READMEs
* reword average column
* fix comments
* Update new results
2023-02-13 22:19:50 +08:00
Zengwei Yao
25ee50e27c
add ctc-greedy-search with timestamps ( #905 )
2023-02-13 19:45:09 +08:00
Desh Raj
6a8b649e56
Add small streaming Zipformer transducer model ( #903 )
2023-02-13 15:53:28 +08:00
Yifan Yang
c34ee67691
Update generate_model_from_checkpoint.py ( #901 )
2023-02-13 14:05:38 +08:00
Fangjun Kuang
c102e7fbf0
more fixes for lstm3 to support exporting to ncnn ( #902 )
2023-02-13 12:16:43 +08:00
Fangjun Kuang
48c2c22dbe
Fix export to ncnn for lstm3 ( #900 )
2023-02-13 11:44:25 +08:00
KajiMaCN
57604aac34
fix tal_csasr data pre-processing ( #898 )
2023-02-10 21:28:19 +08:00
xiabingquan
cba6ecc1d1
Update README.md ( #894 )
2023-02-09 23:54:45 +08:00