Cassini model distribution https://dist.gocassini.com/ Parakeet models ============== Original models by NVIDIA, licensed under Creative Commons Attribution 4.0 International (CC BY 4.0): https://creativecommons.org/licenses/by/4.0/ https://creativecommons.org/licenses/by/4.0/legalcode.en Parakeet TDT-CTC 110M (English): https://huggingface.co/nvidia/parakeet-tdt_ctc-110m Parakeet TDT 0.6B v3: https://huggingface.co/nvidia/parakeet-tdt-0.6b-v3 The ONNX exports and int8 quantized variants are distributed for sherpa-onnx: https://github.com/k2-fsa/sherpa-onnx https://github.com/k2-fsa/sherpa-onnx/releases/tag/asr-models Cassini obtains the two int8 models from the sherpa-onnx release. The fp32 model comes from the existing Cassini model distribution at: https://assets.gocassini.codemyriad.io/sherpa-onnx-nemo-parakeet-tdt-0.6b-v3.tar.bz2 For this distribution, Cassini extracts the model files and compresses each file independently using seekable Zstandard. Decompressed file contents are unchanged. ONNX conversion and int8 quantization are changes from NVIDIA's original model format. No endorsement by NVIDIA or sherpa-onnx is implied. Silero VAD ========== Original project: https://github.com/snakers4/silero-vad Source file, distributed with lossless seekable Zstandard compression: https://github.com/k2-fsa/sherpa-onnx/releases/download/asr-models/silero_vad.onnx MIT License Copyright (c) 2020-present Silero Team Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.