PulseAugur
EN
LIVE 12:19:06

Muse Glimmer 30B model context window extended to 512k

A user has successfully extended the context window of the Muse Glimmer 30B model to 512k tokens, a significant feat given the model's unusual architecture. Unlike many other models that struggle with long-context adaptations due to full attention layers and position encoding, Muse Glimmer 30B utilizes Sparse Windowed Attention (SWA) layers with RoPE and GQA attention layers without position encoding. This unique design allows for straightforward context extension by simply adjusting a configuration setting. Benchmarks indicate the extended model maintains 100% performance on tasks like needle-in-a-haystack and multi-hop retrieval up to 512k tokens, though performance degrades on counting tasks at the highest context lengths. AI

IMPACT Demonstrates potential for straightforward context window extension in LLMs, impacting agentic applications and long-form content processing.

RANK_REASON User-driven research demonstrating extended context window capabilities for an existing model. [lever_c_demoted from research: ic=1 ai=1.0]

Read on r/LocalLLaMA →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Muse Glimmer 30B model context window extended to 512k

COVERAGE [1]

  1. r/LocalLLaMA TIER_1 English(EN) · /u/mr_il ·

    Muse Glimmer 30B with 512k context

    <!-- SC_OFF --><div class="md"><p>My fun weekend project was to try to make the new Muse Glimmer 30B work with a longer context, deciding to go for 512k first. I had expected the usual YaRN shenanigans and maybe a LoRA. I couldn't have been wrong more.</p> <p>Upon closer look, Gl…