Downloads · 30 days
0
amcic/whisper-cpp-ggml
whisper-cpp-ggml is a automatic speech recognition model from amcic. Use it when you need speech turned into text. The card lists the license as mit.
This repository redistributes existing model weights unchanged. It exists so that a published mobile application has a distribution endpoint whose availability we control. No model was trained, fine-tuned, or converte…
Downloads · 30 days
0
Access
Public
Updated Jul 28, 2026
Repo size
440 MB
Likes
0
Public
Click a slice to open those files.
.bin440 MB · 100%
From the Hugging Face model README
This repository redistributes existing model weights unchanged. It exists so that a published mobile application has a distribution endpoint whose availability we control. No model was trained, fine-tuned, or converted here.
| Original models | OpenAI Whisper — Copyright (c) 2022 OpenAI, MIT License |
| ggml conversion & quantization | ggerganov/whisper.cpp — Copyright (c) 2023-2026 The ggml authors, MIT License |
| This repository | Byte-identical copy of three files from the above. No files were altered. |
| File | Source model | Quantization | Size |
|---|---|---|---|
ggml-base.en-q5_1.bin | Whisper base.en | Q5_1 | ~57 MB |
ggml-small.en-q5_1.bin | Whisper small.en | Q5_1 | ~190 MB |
ggml-small-q5_1.bin | Whisper small (multilingual) | Q5_1 | ~190 MB |
Each file has been verified by SHA-256 against the upstream repository at the time of upload.
MIT, inherited from both upstream projects. The full text is included in this repository: LICENSE.
The MIT License permits redistribution provided the copyright notice and permission notice are retained, which this repository does.