File size: 683 Bytes
93b7c18 e7b2180 3bd2556 e7b2180 5d02d70 b5c1c90 e7b2180 ec2e5f7 e7b2180 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
---
license: apache-2.0
---
# Speech recognition with Next-gen Kaldi
This repo contains [ncnn][ncnn] model files, which are converted from
models trained using <https://github.com/k2-fsa/icefall/pull/558>
via [pnnx][pnnx].
The torchscript model is from
<https://huggingface.co/csukuangfj/icefall-asr-librispeech-lstm-transducer-stateless2-2022-09-03>
The inference framework is <https://github.com/k2-fsa/sherpa-ncnn>
# Usage
please see
https://k2-fsa.github.io/sherpa/ncnn/pretrained_models/lstm-transducer-models.html#csukuangfj-sherpa-ncnn-2022-09-05-english
for usage.
[pnnx]: https://github.com/Tencent/ncnn/tree/master/tools/pnnx
[ncnn]: https://github.com/tencent/ncnn
|