MynaLuna-ASR / README.md
CreativeSkipper's picture
Update README.md
4b697ad verified
|
Raw
History Blame Contribute Delete
1.61 kB
---
license: cc-by-4.0
base_model:
- nvidia/parakeet-tdt-0.6b-v3
pipeline_tag: automatic-speech-recognition
tags:
- speech-recognition
- asr
- onnx
- int8
---
# MynaLuna ASR
TThis repository provides an INT8-quantized ONNX model distributio of **NVIDIA NeMo Parakeet TDT 0.6B v3** for use with the MynaLuna application.
## Repository purpose
This repository is maintained to provide a stable download source for the MynaLuna application.
It helps ensure that users can continue downloading the required model even if the original distribution source changes or becomes unavailable.
## Model details
| Property | Value |
|---|---|
| Purpose | Automatic Speech Recognition (ASR) |
| Base model | NVIDIA NeMo Parakeet TDT 0.6B v3 |
| Architecture | FastConformer-TDT (Transducer) |
| Quantization | INT8 |
| Format | ONNX |
| Runtime | sherpa-onnx |
| Encoder size | ~622 MB |
## Files
```text
encoder.int8.onnx β€” Acoustic encoder (FastConformer)
decoder.int8.onnx β€” Prediction network
joiner.int8.onnx β€” Joint network
tokens.txt β€” BPE vocabulary (8,192 tokens)
test_wavs/ β€” Reference audio samples
```
## Attribution
Base model:
https://huggingface.co/nvidia/parakeet-tdt-0.6b-v3
ONNX export:
https://github.com/k2-fsa/sherpa-onnx/releases/download/asr-models/sherpa-onnx-nemo-parakeet-tdt-0.6b-v3-int8.tar.bz2
## License
This repository redistributes a derivative of the original model.
The original NVIDIA model is licensed under **CC BY 4.0**.
Please refer to the original repository for licensing details:
https://huggingface.co/nvidia/parakeet-tdt-0.6b-v3