Update README.md
Browse filesAdd model documentation
README.md
CHANGED
|
@@ -12,24 +12,36 @@ tags:
|
|
| 12 |
|
| 13 |
# MynaLuna ASR
|
| 14 |
|
| 15 |
-
ONNX
|
| 16 |
|
| 17 |
## Purpose
|
| 18 |
|
| 19 |
-
|
|
|
|
|
|
|
| 20 |
|
| 21 |
## Technical details
|
| 22 |
|
|
|
|
| 23 |
- Base model: NVIDIA Parakeet TDT v3
|
| 24 |
- Format: ONNX
|
| 25 |
- Quantization: int8
|
| 26 |
|
| 27 |
-
##
|
|
|
|
|
|
|
| 28 |
|
| 29 |
https://huggingface.co/nvidia/parakeet-tdt-0.6b-v3
|
| 30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
## License
|
| 32 |
|
| 33 |
-
This repository
|
|
|
|
|
|
|
| 34 |
|
| 35 |
-
|
|
|
|
|
|
| 12 |
|
| 13 |
# MynaLuna ASR
|
| 14 |
|
| 15 |
+
This repository provides an ONNX int8 distribution of the NVIDIA Parakeet TDT v3 automatic speech recognition model for use with the MynaLuna application.
|
| 16 |
|
| 17 |
## Purpose
|
| 18 |
|
| 19 |
+
This repository is maintained to provide a stable download source for the MynaLuna application.
|
| 20 |
+
|
| 21 |
+
It helps ensure that users can continue downloading the required model even if the original distribution source changes or becomes unavailable.
|
| 22 |
|
| 23 |
## Technical details
|
| 24 |
|
| 25 |
+
- Purpose: Automatic Speech Recognition (ASR)
|
| 26 |
- Base model: NVIDIA Parakeet TDT v3
|
| 27 |
- Format: ONNX
|
| 28 |
- Quantization: int8
|
| 29 |
|
| 30 |
+
## Sources
|
| 31 |
+
|
| 32 |
+
Original NVIDIA model:
|
| 33 |
|
| 34 |
https://huggingface.co/nvidia/parakeet-tdt-0.6b-v3
|
| 35 |
|
| 36 |
+
ONNX conversion used by this repository:
|
| 37 |
+
|
| 38 |
+
https://github.com/k2-fsa/sherpa-onnx/releases/download/asr-models/sherpa-onnx-nemo-parakeet-tdt-0.6b-v3-int8.tar.bz2
|
| 39 |
+
|
| 40 |
## License
|
| 41 |
|
| 42 |
+
This repository redistributes a derivative of the original model.
|
| 43 |
+
|
| 44 |
+
The original NVIDIA model is licensed under CC BY 4.0.
|
| 45 |
|
| 46 |
+
Please refer to the original repository for licensing details:
|
| 47 |
+
https://huggingface.co/nvidia/parakeet-tdt-0.6b-v3
|