geantendormi/MOSS-Transcribe-Diarize-Q4_K_M.gguf
043
MOSS-Transcribe-Diarize-GGUF (Q4KM Hybrid)
GGUF conversions of OpenMOSS/MOSS-Transcribe-Diarize.
Joint ASR + Speaker Diarization + Timestamps in a single 0.9B Speech-LLM model. Produces timestamped, speaker-labelled transcripts in one pass.
π¦ Model Files & Quantization Architecture
π οΈ Hybrid Quantization Specifications
- Acoustic Encoder (Whisper-Medium 24L): Preserved at F16 (16-bit) precision to maintain zero audio signal SNR degradation.
- VQAdaptor Feature Projection: Preserved at F16 (16-bit) precision.
- LM Decoder (Qwen3-0.6B 28L): Quantized to Q4_K_M (4-bit) super-block representation for fast Token generation.
- Header Metadata:
MODEL_ARCH.QWEN3,key_length = 128, QK-Norm (attn_q_norm&attn_k_norm) fully enabled.
π Quickstart with llama.cpp
Run Command
llama-cli -m MOSS-Transcribe-Diarize-Q4_K_M.gguf -p "θ―·ε°ι³ι’转εδΈΊζζ¬οΌ" -n 32 -t 8Output Format Example
[00:00:00.250 --> 00:00:01.620] [S01] Can we get a table for two?
[00:00:01.710 --> 00:00:07.010] [S02] Sure. One table is just about to open up, just a few minutes.
[00:00:07.140 --> 00:00:07.640] [S01] Thank you.π License
Apache-2.0 (same as the base model).
