# 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 | `corrector_source` | | Target directory in installer | `qwen3-4b-instruct-2507-src` | | Upstream repo | `Qwen/Qwen3-4B-Instruct-2507` | | Upstream revision | `HEAD` | | Upstream resolved SHA | `cdbee75f17c01a7cc42f958dc650907174af0554` | | Mirror created | `2026-04-23T22:28:49Z` | | Description | Qwen3-4B Instruct 2507 original HF source checkpoint. | | License metadata | `{"license": "apache-2.0", "license_files": ["LICENSE"], "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", "generation_config.json", "tokenizer.json", "tokenizer_config.json", "model.safetensors.index.json", "model-00001-of-00003.safetensors", "model-00002-of-00003.safetensors", "model-00003-of-00003.safetensors" ] ``` 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.