shipfeedAI news, curated daily

23:48:23 CET
26 AUG23:48:23shipfeed
pull to refreshlast sync
Just in — 30 new
§ tools · storyline

Adds Qwen4-Exp and Granite Speech 5.0 models

Transformers adds Qwen4-Exp and Granite Speech 5.0 models for long-context inference and speech recognition.

today · · primary fetch1 sourceupdated today ·

Release v5.16.0 New Model additions Qwen4-Exp Qwen4-Exp builds on Qwen3.5's hybrid text and multimodal architecture with three key components: GatedResidual (GR), Qwen Sparse Attention (QSA), and Per-Layer Embedding (PLE). GR is a Qwen-developed residual architecture that combines Hyper-Connection with GatedNorm. It mixes multiple residual streams with fine-grained elementwise gating before each attention and Mixture-of-Experts (MoE) block, then controls how much of the block output is injected back into each stream. QSA uses multiple query heads to score compressed key blocks, selects the most relevant contiguous token blocks, and keeps the incomplete trailing block uncompressed.

This block-level selection reduces indexing overhead and improves memory locality for long sequences. Combined with Gated DeltaNet, QSA makes Qwen4-Exp the first hybrid architecture to integrate linear and sparse attention, substantially improving inference efficiency for long-context workloads. PLE enriches selected decoder layers with layer-specific lexical features derived from hashed token n-grams and a dilated depthwise convolution. Links: Documentation Add Qwen4Exp model (#48337) by @Cyrilvallez…

read full article on github.com
§ sources1 publication · timeline below
  1. github.comTransformers: Release: v5.16.0primary