Instructions to use VoiceScribe/voicescribe-parakeet-nvidia with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use VoiceScribe/voicescribe-parakeet-nvidia with NeMo:
# tag did not correspond to a valid NeMo domain.
- Notebooks
- Google Colab
- Kaggle
| # Voice Scribe Model Mirror | |
| This repository is a Voice Scribe distribution mirror. The model artifacts are | |
| copied from the upstream repository and the source revision below is pinned. | |
| | Field | Value | | |
| | --- | --- | | |
| | Layout key | `parakeet_nvidia` | | |
| | Target directory in installer | `parakeet-v3-onnx` | | |
| | Upstream repo | `goodsmileduck/parakeet-tdt-0.6b-v3-onnx` | | |
| | Upstream revision | `cd3de0d7a01b8981c51ce17a4667a2177f6e09d6` | | |
| | Upstream resolved SHA | `cd3de0d7a01b8981c51ce17a4667a2177f6e09d6` | | |
| | Mirror created | `2026-04-23T22:30:27Z` | | |
| | Description | Parakeet-TDT 0.6B v3 ONNX NVIDIA layout. | | |
| | License metadata | `{"license": "apache-2.0", "license_files": [], "license_tags": ["license:apache-2.0"]}` | | |
| ## Installer Contract | |
| This mirror corresponds to `parakeet/installer/wrapper/model_catalog.py`. | |
| Required files for installer validation: | |
| ```json | |
| [ | |
| "config.json", | |
| "vocab.txt", | |
| "nemo128.onnx", | |
| "encoder-model.onnx", | |
| "encoder-model.onnx.data", | |
| "decoder_joint-model.onnx" | |
| ] | |
| ``` | |
| Allowed installer subset patterns: | |
| ```json | |
| [ | |
| "config.json", | |
| "vocab.txt", | |
| "nemo128.onnx", | |
| "encoder-model.onnx", | |
| "encoder-model.onnx.data", | |
| "decoder_joint-model.onnx" | |
| ] | |
| ``` | |
| ## Redistribution Note | |
| Do not make this repository public unless the upstream license and model card | |
| allow redistribution for the intended use. Private mirrors are for operational | |
| distribution convenience and reproducible installs. | |