Update model card: add transcribe_cpp metadata block (raw WER/RTF + capabilities)
Browse files
README.md
CHANGED
|
@@ -15,9 +15,24 @@ tags:
|
|
| 15 |
- moonshine-streaming
|
| 16 |
- useful-sensors
|
| 17 |
- encoder-decoder
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
-
# moonshine-streaming-tiny
|
| 21 |
|
| 22 |
GGUF conversions of [UsefulSensors/moonshine-streaming-tiny](https://huggingface.co/UsefulSensors/moonshine-streaming-tiny) for use
|
| 23 |
with [transcribe.cpp](https://github.com/handy-computer/transcribe.cpp).
|
|
|
|
| 15 |
- moonshine-streaming
|
| 16 |
- useful-sensors
|
| 17 |
- encoder-decoder
|
| 18 |
+
transcribe_cpp:
|
| 19 |
+
wer_librispeech_test_clean:
|
| 20 |
+
f32: 4.53
|
| 21 |
+
f16: 4.53
|
| 22 |
+
q8_0: 4.52
|
| 23 |
+
rtf_m4_max:
|
| 24 |
+
metal: 159
|
| 25 |
+
cpu: 211
|
| 26 |
+
rtf_ryzen_4750u:
|
| 27 |
+
vulkan: 59.5
|
| 28 |
+
cpu: 54.5
|
| 29 |
+
streaming: true
|
| 30 |
+
translate: false
|
| 31 |
+
lang_detect: false
|
| 32 |
+
timestamps: none
|
| 33 |
---
|
| 34 |
|
| 35 |
+
# moonshine-streaming-tiny: transcribe.cpp GGUF
|
| 36 |
|
| 37 |
GGUF conversions of [UsefulSensors/moonshine-streaming-tiny](https://huggingface.co/UsefulSensors/moonshine-streaming-tiny) for use
|
| 38 |
with [transcribe.cpp](https://github.com/handy-computer/transcribe.cpp).
|