File size: 2,132 Bytes
f5455a4
f370d5b
f5455a4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f370d5b
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
license: apache-2.0
base_model: openai/whisper-medium
tags: [whisper, whisper.cpp, ggml, automatic-speech-recognition, windyword, mobile, quantized]
library_name: whisper.cpp
---

# Windy Plus — ggml q5_1 (mobile build)

**Windstorm Labs is the origin of record for this artifact.** It is created
here and promoted downstream; it is never edited anywhere else.

`whisper.cpp` / `whisper.rn` build of Windy Plus, quantized to **q5_1** so it runs
on phones and tablets.

| | |
|---|---|
| File | `ggml-windy-plus-q5_1.bin` |
| Size | **586.6 MB** |
| SHA-256 | `c42dd9c6012b8d2b7b76aa0b96e1bfe37bb3c76a956e157762e0d88a655d182b` |
| Quantization | q5_1 |
| Languages | **multilingual** |
| Certified WER | 5.85% (grade A) |

## Lineage

| Stage | Value |
|---|---|
| Upstream base | [`openai/whisper-medium`](https://huggingface.co/openai/whisper-medium) (769M params, MIT) |
| Windy fine-tune | LoRA, merged — Clinic patient `windy-plus` |
| Converted from | [`WindyWord/listen-windy-plus`](https://huggingface.co/WindyWord/listen-windy-plus) @ `98bbddccbf3afd06f1616dc527fa0440993d12bc` |
| Converter | `whisper.cpp` @ `2ca53bb45e38`, `models/convert-h5-to-ggml.py` -> `whisper-quantize q5_1` |
| Built on | Veron-1-5090, 2026-08-01 |

## Promotion path

`WindstormLabs` (here, origin) -> `WindyWord` (product) -> `WindyWordMobileApp` (mobile).

Downstream copies are **push-only**. Fix weights here, never downstream.

## Honesty note

Distinct weights from upstream (different SHA-256). On short clean English
clips the smaller models can be indistinguishable from stock Whisper — a
formal bake-off has **not** been run. Do not claim quality gains without one.

Clinic patient file: `sneakyfree/Windy-Clinic` -> `stt-models/windy-plus.json`

## Licence

Upstream base is **apache-2.0** on Hugging Face, verified against the source repo we converted from. Note OpenAI's Whisper *GitHub* repo states MIT while its HF model cards state Apache-2.0; we follow the HF distribution point, since that is what we actually pulled. Windy weights are a derivative and are distributed under the same terms, with attribution upstream.