| # 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` | | |
| | Target directory in installer | `parakeet-v3-ov` | | |
| | Upstream repo | `FluidInference/parakeet-tdt-0.6b-v3-ov` | | |
| | Upstream revision | `dfd55eb6c85a9a8546a162bed84784245d5743c2` | | |
| | Upstream resolved SHA | `dfd55eb6c85a9a8546a162bed84784245d5743c2` | | |
| | Mirror created | `2026-04-23T22:20:54Z` | | |
| | Description | Parakeet-TDT 0.6B v3 Intel/OpenVINO layout. | | |
| | License metadata | `{"license": "cc-by-4.0", "license_files": [], "license_tags": ["license:cc-by-4.0"]}` | | |
| ## Installer Contract | |
| This mirror corresponds to `parakeet/installer/wrapper/model_catalog.py`. | |
| Required files for installer validation: | |
| ```json | |
| [ | |
| "config.json", | |
| "parakeet_encoder.xml", | |
| "parakeet_encoder.bin", | |
| "parakeet_decoder.xml", | |
| "parakeet_decoder.bin", | |
| "parakeet_joint.xml", | |
| "parakeet_joint.bin", | |
| "parakeet_melspectogram.xml", | |
| "parakeet_melspectogram.bin", | |
| "parakeet_vocab.json" | |
| ] | |
| ``` | |
| Allowed installer subset patterns: | |
| ```json | |
| [] | |
| ``` | |
| ## 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. | |