MOSS-Transcribe-Diarize-MLX-8bit / mlx_conversion.json
kuotient's picture
Upload folder using huggingface_hub
a227550 verified
Raw
History Blame Contribute Delete
589 Bytes
{
"source": "OpenMOSS-Team/MOSS-Transcribe-Diarize",
"format": "mlx-safetensors",
"model_type": "moss_transcribe_diarize",
"quantization": {
"bits": 8,
"group_size": 64,
"mode": "affine",
"scope": "text_backbone_linears_only",
"excluded_prefixes": ["model.whisper_encoder", "model.vq_adaptor"],
"excluded_layers": ["model.language_model.embed_tokens"],
"note": "Token embedding kept full precision: mlx-audio-swift loads it as a plain Embedding and does not swap quantized embeddings, so a quantized embed_tokens fails its load-time shape check."
}
}