bschooled/caeleste-speech-higgs-audio-v3-stt-nf4
higgs-audio-v3-stt-nf4
4-bit NF4 (bitsandbytes) quantization of `bosonai/higgs-audio-v3-stt`.
Speech-to-text (Whisper-large-v3 encoder + Qwen3 decoder).
Changes from upstream
The weight tensors have been replaced with their NF4-quantized equivalents and a quantization_config block was added to config.json. Tokenizer, processor, and any remote-code files are copied unmodified from the upstream revision above. No architecture, vocabulary, or generation defaults were altered.
Requirements
Loading requires bitsandbytes and a supported accelerator. NF4 kernels are available for NVIDIA sm_75+ (Turing and newer) and for AMD ROCm on RDNA3 / RDNA3.5 / CDNA.
from transformers import AutoModel
model = AutoModel.from_pretrained(
"bschooled/caeleste-speech",
subfolder="higgs-audio-v3-stt-nf4",
device_map={"": "cuda:0"},
trust_remote_code=True,
)License
This derivative is distributed under the upstream license, apache-2.0. All upstream copyright, patent, trademark and attribution notices are retained. Refer to the upstream repository for the authoritative license text.
