| # 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 | `gigaam_nvidia` | | |
| | Target directory in installer | `gigaam-v3-e2e-rnnt-onnx` | | |
| | Upstream repo | `istupakov/gigaam-v3-onnx` | | |
| | Upstream revision | `322c3b29492673eb7d0b434bfa9dfb8653e34d02` | | |
| | Upstream resolved SHA | `322c3b29492673eb7d0b434bfa9dfb8653e34d02` | | |
| | Mirror created | `2026-04-23T22:37:39Z` | | |
| | Description | GigaAM v3 e2e RNN-T ONNX NVIDIA layout. | | |
| | License metadata | `{"license": "mit", "license_files": ["LICENSE.txt"], "license_tags": ["license:mit"]}` | | |
| ## Installer Contract | |
| This mirror corresponds to `parakeet/installer/wrapper/model_catalog.py`. | |
| Required files for installer validation: | |
| ```json | |
| [ | |
| "config.json", | |
| "v3_e2e_rnnt_vocab.txt", | |
| "v3_e2e_rnnt_encoder.onnx", | |
| "v3_e2e_rnnt_decoder.onnx", | |
| "v3_e2e_rnnt_joint.onnx" | |
| ] | |
| ``` | |
| Allowed installer subset patterns: | |
| ```json | |
| [ | |
| "config.json", | |
| "v3_e2e_rnnt_vocab.txt", | |
| "v3_e2e_rnnt_encoder.onnx", | |
| "v3_e2e_rnnt_decoder.onnx", | |
| "v3_e2e_rnnt_joint.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. | |