| # 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` | | |
| | Target directory in installer | `gigaam-v3-e2e-rnnt-ov` | | |
| | Upstream repo | `Andrewsab/gigaam-v3-e2e-rnnt-ov` | | |
| | Upstream revision | `dff16933a6407dbec85df5f3af8ed8d8a14d9e01` | | |
| | Upstream resolved SHA | `dff16933a6407dbec85df5f3af8ed8d8a14d9e01` | | |
| | Mirror created | `2026-04-23T22:39:28Z` | | |
| | Description | GigaAM v3 e2e RNN-T Intel Arc/CPU OpenVINO layout. | | |
| | License metadata | `{"license": "mit", "license_files": [], "license_tags": ["license:mit"]}` | | |
| ## Installer Contract | |
| This mirror corresponds to `parakeet/installer/wrapper/model_catalog.py`. | |
| Required files for installer validation: | |
| ```json | |
| [ | |
| "config.json", | |
| "tokenizer.model", | |
| "v3_e2e_rnnt_encoder.xml", | |
| "v3_e2e_rnnt_encoder.bin", | |
| "v3_e2e_rnnt_decoder.xml", | |
| "v3_e2e_rnnt_decoder.bin", | |
| "v3_e2e_rnnt_joint.xml", | |
| "v3_e2e_rnnt_joint.bin" | |
| ] | |
| ``` | |
| 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. | |