File size: 977 Bytes
8a3ce16 | 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 | ---
license: apache-2.0
pipeline_tag: automatic-speech-recognition
base_model:
- openai/whisper-tiny
tags:
- whisper.cpp
- ggml
- multilingual
- automatic-speech-recognition
---
# whisper-tiny whisper.cpp main model
This repository contains a `whisper.cpp`-compatible `ggml` conversion of:
- upstream source model: [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny)
## File
- `ggml-whisper-tiny-main-model.bin`
## Notes
- This is the multilingual `tiny` model converted to `ggml` for `whisper.cpp`.
- The upstream Hugging Face model card for `openai/whisper-tiny` 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-tiny](https://huggingface.co/openai/whisper-tiny)
- Runtime/conversion ecosystem: [ggml-org/whisper.cpp](https://github.com/ggml-org/whisper.cpp)
|