Instructions to use unslothai/whisper-base-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Local Apps Settings
- Unsloth Desktop
Add Unsloth tag
Browse files
README.md
CHANGED
|
@@ -4,11 +4,12 @@ license: apache-2.0
|
|
| 4 |
library_name: whisper.cpp
|
| 5 |
pipeline_tag: automatic-speech-recognition
|
| 6 |
tags:
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# Whisper Base F16 for Unsloth Studio
|
|
@@ -47,4 +48,4 @@ whisper-cli -m whisper-base.bin -f audio.wav
|
|
| 47 |
- Converted model SHA-256: `c2dad44135a48bc7c5a93564f4cd5cc8735ba8822999e358eb31f28d14d72a8b`
|
| 48 |
- Conversion tool: `ggml-org/whisper.cpp` commit `080bbbe85230f624f0b52127f1ae1218247989f9`
|
| 49 |
|
| 50 |
-
The converted model was loaded by `whisper.cpp` and passed an end-to-end transcription test.
|
|
|
|
| 4 |
library_name: whisper.cpp
|
| 5 |
pipeline_tag: automatic-speech-recognition
|
| 6 |
tags:
|
| 7 |
+
- whisper
|
| 8 |
+
- whisper.cpp
|
| 9 |
+
- ggml
|
| 10 |
+
- f16
|
| 11 |
+
- unsloth-studio
|
| 12 |
+
- unsloth
|
| 13 |
---
|
| 14 |
|
| 15 |
# Whisper Base F16 for Unsloth Studio
|
|
|
|
| 48 |
- Converted model SHA-256: `c2dad44135a48bc7c5a93564f4cd5cc8735ba8822999e358eb31f28d14d72a8b`
|
| 49 |
- Conversion tool: `ggml-org/whisper.cpp` commit `080bbbe85230f624f0b52127f1ae1218247989f9`
|
| 50 |
|
| 51 |
+
The converted model was loaded by `whisper.cpp` and passed an end-to-end transcription test.
|