Update model card: add transcribe_cpp metadata block (raw WER/RTF + capabilities)
Browse files
README.md
CHANGED
|
@@ -14,6 +14,21 @@ tags:
|
|
| 14 |
- moonshine
|
| 15 |
- useful-sensors
|
| 16 |
- encoder-decoder
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
---
|
| 18 |
|
| 19 |
# moonshine-base: transcribe.cpp GGUF
|
|
|
|
| 14 |
- moonshine
|
| 15 |
- useful-sensors
|
| 16 |
- encoder-decoder
|
| 17 |
+
transcribe_cpp:
|
| 18 |
+
wer_librispeech_test_clean:
|
| 19 |
+
f32: 3.28
|
| 20 |
+
f16: 3.28
|
| 21 |
+
q8_0: 3.26
|
| 22 |
+
rtf_m4_max:
|
| 23 |
+
metal: 79.5
|
| 24 |
+
cpu: 80.5
|
| 25 |
+
rtf_ryzen_4750u:
|
| 26 |
+
vulkan: 34.5
|
| 27 |
+
cpu: 22
|
| 28 |
+
streaming: false
|
| 29 |
+
translate: false
|
| 30 |
+
lang_detect: false
|
| 31 |
+
timestamps: none
|
| 32 |
---
|
| 33 |
|
| 34 |
# moonshine-base: transcribe.cpp GGUF
|