File size: 880 Bytes
06f7a8c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: mit
tags:
  - whisper
  - speech-to-text
  - stt
  - ggml
  - mirror
library_name: whisper.cpp
---

# Whisper GGML Mirror (A.I.M.I)

Mirror of [ggerganov/whisper.cpp](https://huggingface.co/ggerganov/whisper.cpp) Large-v3 + Medium GGML weights for A.I.M.I's Speech-to-Text (STT) feature. Contents unmodified.

## Files

| File | Size | Use |
|---|---|---|
| `ggml-large-v3.bin` | ~2.9 GB | STT quality tier — best transcription, 16 GB+ VRAM |
| `ggml-medium.bin` | ~1.5 GB | STT default — good quality, smaller footprint |

## License

**MIT** (OpenAI Whisper + whisper.cpp both MIT). Redistributed unchanged.

## Attribution

- **Whisper**: Alec Radford, Jong Wook Kim, Tao Xu, Greg Brockman, Christine McLeavey, Ilya Sutskever (OpenAI) — *Robust Speech Recognition via Large-Scale Weak Supervision* (2022).
- **whisper.cpp GGML conversion**: Georgi Gerganov.