PulseAugur
实时 18:08:08
Nederlands(NL) Qwen3.5-9B Triple-Loop

Qwen3.5-9B 模型通过实验性三循环架构得到增强

一位用户开发了一种受 Nanbeige 4.5 启发的“三循环”模型架构,并将其应用于 Qwen3.5-9B。该实验模型使用 Qwen3.8-27B 的蒸馏 logits 进行训练,与基础 Qwen3.5-9B 相比,在数学、长上下文任务和指令遵循方面表现出显著的改进。然而,由于资源限制,训练被缩短,导致性能出现平台期,推理和翻译能力略有下降。用户认为,通过完整的训练计划和适当的学习率衰减,仍有可能取得进一步的进展。 AI

影响 展示了架构创新改进现有模型的潜力,但仍需进一步验证。

排序理由 用户开发的模型架构应用于现有基础模型,并进行了性能评估。[lever_c_demoted from research: ic=1 ai=1.0]

在 r/LocalLLaMA 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

Qwen3.5-9B 模型通过实验性三循环架构得到增强

报道来源 [1]

  1. r/LocalLLaMA TIER_1 Nederlands(NL) · /u/Important-Farmer-846 ·

    Qwen3.5-9B 三循环

    <!-- SC_OFF --><div class="md"><p>I was fascinated by Nanbeige's outstanding performance for its size, so I started digging into how much a model can improve its own representation just by looping over itself (for fun). My prototype was a Qwen3-0.6B with a full dual loop in the m…