5.16.01mo ago
huggingface/transformers Release: v5.16.0
Key point
Added Qwen4-Exp and GraniteSpeech5 models, strengthening hybrid architecture and speech recognition capabilities.
Details
- Added the Qwen4-Exp model: built on Qwen3.5's hybrid text and multimodal architecture, it introduces three core components: GatedResidual (GR), Qwen Sparse Attention (QSA), and Per-Layer Embedding (PLE). QSA integrates linear and sparse attention, significantly improving inference efficiency for long-context workloads.
- Added the GraniteSpeech5 model: a lightweight conformer encoder with approximately 470M parameters, an automatic speech recognition (ASR) model trained on BPE targets using CTC (Connectionist Temporal Classification). Its encoder-only structure supports fast transcription.