CoolFace
Modelpublic

amcic/whisper-cpp-ggml

sourceHugging Facemitupdated 2mo agoView on Hugging Face
0likes
Model Card

Whisper ggml models (availability mirror)

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.

Provenance

Original modelsOpenAI WhisperCopyright (c) 2022 OpenAI, MIT License
ggml conversion & quantizationggerganov/whisper.cppCopyright (c) 2023-2026 The ggml authors, MIT License
This repositoryByte-identical copy of three files from the above. No files were altered.

Contents

FileSource modelQuantizationSize
ggml-base.en-q5_1.binWhisper base.enQ5_1~57 MB
ggml-small.en-q5_1.binWhisper small.enQ5_1~190 MB
ggml-small-q5_1.binWhisper small (multilingual)Q5_1~190 MB

Each file has been verified by SHA-256 against the upstream repository at the time of upload.

License

MIT, inherited from both upstream projects. The full text is included in this repository: LICENSE.

  • OpenAI Whisper — Copyright (c) 2022 OpenAI
  • whisper.cpp / ggml — Copyright (c) 2023-2026 The ggml authors

The MIT License permits redistribution provided the copyright notice and permission notice are retained, which this repository does.