Update model card: add transcribe_cpp metadata block (raw WER/RTF + capabilities)
Browse files
README.md
CHANGED
|
@@ -19,9 +19,27 @@ tags:
|
|
| 19 |
- san-m
|
| 20 |
- ctc
|
| 21 |
- multilingual
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
-
# SenseVoiceSmall
|
| 25 |
|
| 26 |
GGUF conversions of [FunAudioLLM/SenseVoiceSmall](https://huggingface.co/FunAudioLLM/SenseVoiceSmall) for use
|
| 27 |
with [transcribe.cpp](https://github.com/handy-computer/transcribe.cpp).
|
|
|
|
| 19 |
- san-m
|
| 20 |
- ctc
|
| 21 |
- multilingual
|
| 22 |
+
transcribe_cpp:
|
| 23 |
+
wer_librispeech_test_clean:
|
| 24 |
+
f32: 3.13
|
| 25 |
+
f16: 3.13
|
| 26 |
+
q8_0: 3.13
|
| 27 |
+
q6_k: 3.14
|
| 28 |
+
q5_k_m: 3.18
|
| 29 |
+
q4_k_m: 3.45
|
| 30 |
+
rtf_m4_max:
|
| 31 |
+
metal: 289.5
|
| 32 |
+
cpu: 51.5
|
| 33 |
+
rtf_ryzen_4750u:
|
| 34 |
+
vulkan: 32.5
|
| 35 |
+
cpu: 15.5
|
| 36 |
+
streaming: false
|
| 37 |
+
translate: false
|
| 38 |
+
lang_detect: true
|
| 39 |
+
timestamps: none
|
| 40 |
---
|
| 41 |
|
| 42 |
+
# SenseVoiceSmall: transcribe.cpp GGUF
|
| 43 |
|
| 44 |
GGUF conversions of [FunAudioLLM/SenseVoiceSmall](https://huggingface.co/FunAudioLLM/SenseVoiceSmall) for use
|
| 45 |
with [transcribe.cpp](https://github.com/handy-computer/transcribe.cpp).
|