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