Update model card: add transcribe_cpp metadata block (raw WER/RTF + capabilities)
Browse files
README.md
CHANGED
|
@@ -47,9 +47,27 @@ tags:
|
|
| 47 |
- qwen3
|
| 48 |
- audio-llm
|
| 49 |
- multilingual
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
---
|
| 51 |
|
| 52 |
-
# Fun-ASR-MLT-Nano-2512
|
| 53 |
|
| 54 |
GGUF conversions of [FunAudioLLM/Fun-ASR-MLT-Nano-2512](https://huggingface.co/FunAudioLLM/Fun-ASR-MLT-Nano-2512) for use
|
| 55 |
with [transcribe.cpp](https://github.com/handy-computer/transcribe.cpp).
|
|
@@ -72,7 +90,10 @@ parameters: frozen SenseVoiceEncoderSmall + 2-layer audio adaptor +
|
|
| 72 |
bundled Qwen3-0.6B LLM); trained on a smaller multilingual corpus
|
| 73 |
("hundreds of thousands of hours" per the model card, vs Nano's
|
| 74 |
"tens of millions"). Takes a 16 kHz mono WAV and emits text. Not
|
| 75 |
-
streaming, no translation, no timestamps.
|
|
|
|
|
|
|
|
|
|
| 76 |
|
| 77 |
|
| 78 |
## Downloads
|
|
|
|
| 47 |
- qwen3
|
| 48 |
- audio-llm
|
| 49 |
- multilingual
|
| 50 |
+
transcribe_cpp:
|
| 51 |
+
wer_librispeech_test_clean:
|
| 52 |
+
bf16: 1.74
|
| 53 |
+
f16: 1.74
|
| 54 |
+
q8_0: 1.74
|
| 55 |
+
q6_k: 1.69
|
| 56 |
+
q5_k_m: 1.77
|
| 57 |
+
q4_k_m: 1.89
|
| 58 |
+
rtf_m4_max:
|
| 59 |
+
metal: 68
|
| 60 |
+
cpu: 16
|
| 61 |
+
rtf_ryzen_4750u:
|
| 62 |
+
vulkan: 9
|
| 63 |
+
cpu: 4.5
|
| 64 |
+
streaming: false
|
| 65 |
+
translate: false
|
| 66 |
+
lang_detect: false
|
| 67 |
+
timestamps: none
|
| 68 |
---
|
| 69 |
|
| 70 |
+
# Fun-ASR-MLT-Nano-2512: transcribe.cpp GGUF
|
| 71 |
|
| 72 |
GGUF conversions of [FunAudioLLM/Fun-ASR-MLT-Nano-2512](https://huggingface.co/FunAudioLLM/Fun-ASR-MLT-Nano-2512) for use
|
| 73 |
with [transcribe.cpp](https://github.com/handy-computer/transcribe.cpp).
|
|
|
|
| 90 |
bundled Qwen3-0.6B LLM); trained on a smaller multilingual corpus
|
| 91 |
("hundreds of thousands of hours" per the model card, vs Nano's
|
| 92 |
"tens of millions"). Takes a 16 kHz mono WAV and emits text. Not
|
| 93 |
+
streaming, no translation, no timestamps. ITN (inverse text
|
| 94 |
+
normalization) is supported by the model and exposed via the
|
| 95 |
+
`--itn` CLI flag and `transcribe_funasr_nano_params { use_itn }`
|
| 96 |
+
in the library API.
|
| 97 |
|
| 98 |
|
| 99 |
## Downloads
|