File size: 1,612 Bytes
d83fde3
 
4ec25b6
 
 
 
 
4b697ad
e4c1341
 
5ab63ba
 
 
 
4b697ad
5ab63ba
7ef6464
5ab63ba
744cb68
 
 
5ab63ba
7ef6464
5ab63ba
7ef6464
 
 
 
 
 
 
 
 
5ab63ba
7ef6464
744cb68
7ef6464
 
 
 
 
 
 
 
 
 
 
5ab63ba
 
 
7ef6464
744cb68
 
 
5ab63ba
 
744cb68
 
7ef6464
5ab63ba
744cb68
7ef6464
744cb68
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
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