| license: apache-2.0 | |
| pipeline_tag: automatic-speech-recognition | |
| base_model: | |
| - openai/whisper-medium | |
| tags: | |
| - whisper.cpp | |
| - ggml | |
| - multilingual | |
| - automatic-speech-recognition | |
| # whisper-medium whisper.cpp main model | |
| This repository contains a `whisper.cpp`-compatible `ggml` conversion of: | |
| - upstream source model: [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) | |
| ## File | |
| - `ggml-whisper-medium-main-model.bin` | |
| ## Notes | |
| - This is the multilingual `medium` model converted to `ggml` for `whisper.cpp`. | |
| - The upstream Hugging Face model card for `openai/whisper-medium` currently declares `apache-2.0`. | |
| - The upstream OpenAI Whisper repository states that code and model weights are released under MIT: | |
| [openai/whisper](https://github.com/openai/whisper) | |
| ## Attribution | |
| - Original model family: [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) | |
| - Runtime/conversion ecosystem: [ggml-org/whisper.cpp](https://github.com/ggml-org/whisper.cpp) | |