PulseAugur
EN
LIVE 04:31:59

Apple's AFM3 20B model uses Instruction-Following Pruning for efficiency

Apple has developed a new architecture for its third-generation foundation models, dubbed AFM3 20B, which utilizes a technique called Instruction-Following Pruning. This method allows the model to activate approximately 20% of its MLP layers per prompt, significantly reducing the computational load. Unlike traditional models that might switch experts per token or layer, AFM3 20B routes prompts to specific experts, keeping a core set of shared experts always accessible while loading a smaller subset into memory. AI

IMPACT This architecture could lead to more efficient on-device AI processing by reducing active parameter usage.

RANK_REASON The cluster describes a novel model architecture and pruning technique, aligning with research into efficient AI model design. [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 →

Apple's AFM3 20B model uses Instruction-Following Pruning for efficiency

COVERAGE [1]

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

    Special Architecture in AFM3 20B: Instruction Following Pruning

    <!-- SC_OFF --><div class="md"><p><a href="https://openreview.net/forum?id=juARG7yu4P">https://openreview.net/forum?id=juARG7yu4P</a></p> <p>This is a model designed to activate ~20% of active MLP layers. It is also an MoE so it has some sparsity built-in. It's trained from scrat…