Add files using upload-large-folder tool
Browse files- README.md +33 -0
- ggml-whisper-tiny-main-model.bin +3 -0
README.md
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
pipeline_tag: automatic-speech-recognition
|
| 4 |
+
base_model:
|
| 5 |
+
- openai/whisper-tiny
|
| 6 |
+
tags:
|
| 7 |
+
- whisper.cpp
|
| 8 |
+
- ggml
|
| 9 |
+
- multilingual
|
| 10 |
+
- automatic-speech-recognition
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# whisper-tiny whisper.cpp main model
|
| 14 |
+
|
| 15 |
+
This repository contains a `whisper.cpp`-compatible `ggml` conversion of:
|
| 16 |
+
|
| 17 |
+
- upstream source model: [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny)
|
| 18 |
+
|
| 19 |
+
## File
|
| 20 |
+
|
| 21 |
+
- `ggml-whisper-tiny-main-model.bin`
|
| 22 |
+
|
| 23 |
+
## Notes
|
| 24 |
+
|
| 25 |
+
- This is the multilingual `tiny` model converted to `ggml` for `whisper.cpp`.
|
| 26 |
+
- The upstream Hugging Face model card for `openai/whisper-tiny` currently declares `apache-2.0`.
|
| 27 |
+
- The upstream OpenAI Whisper repository states that code and model weights are released under MIT:
|
| 28 |
+
[openai/whisper](https://github.com/openai/whisper)
|
| 29 |
+
|
| 30 |
+
## Attribution
|
| 31 |
+
|
| 32 |
+
- Original model family: [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny)
|
| 33 |
+
- Runtime/conversion ecosystem: [ggml-org/whisper.cpp](https://github.com/ggml-org/whisper.cpp)
|
ggml-whisper-tiny-main-model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf4711d269a0c0bc7d8411fc2d78d4c6727a215406da46c42975e15684b01746
|
| 3 |
+
size 77691730
|