File size: 1,450 Bytes
56764bb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
---
license: other
license_name: aplux-model-farm-license
license_link: https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf
pipeline_tag: automatic-speech-recognition
tags:
- AIoT
- QNN
---
## WeNet: ASR
WeNet is an open-source end-to-end (E2E) automatic speech recognition (ASR) model designed to provide efficient, accurate, and flexible speech recognition capabilities. Developed by Tencent AI Lab, WeNet achieves a unified architecture between streaming and non-streaming recognition. It adopts the U2++ (Unified Streaming and Non-streaming Model) framework, enabling both real-time streaming recognition and high-precision offline recognition, while avoiding the complexity of training separate models for streaming and non-streaming ASR in traditional approaches.
### Source model
- Input shape: Dynamic input
- Number of parameters: --,--
- Model size: 365M
- Output shape: Dynamic output
The source model can be found [here](https://github.com/wenet-e2e/wenet/tree/main)
## Performance Reference
Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
## Inference & Model Conversion
Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
## License
- Source Model: [APACHE-2.0](https://github.com/wenet-e2e/wenet/blob/main/LICENSE)
- Deployable Model: [APLUX-MODEL-FARM-LICENSE](https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf) |