PulseAugur
EN
LIVE 21:44:13

Fractale-350M-base: Open model uses vector bank for memory, not long context

A new open-source research model named Fractale-350M-base has been released, focusing on a novel memory system. Instead of a long context window, this model uses a bank of eight vectors that store the gist of text chunks, which are then read as fast weights. This approach allows the model to retain information beyond its immediate 512-token processing window by integrating memory into its forward pass. The model demonstrates measurable improvements in predicting subsequent text chunks based on this memory bank, outperforming a memory-less control. AI

IMPACT This model's unique memory architecture could influence future LLM designs by prioritizing efficient information recall over extended context windows.

RANK_REASON Open-source release of a research model with a novel technical approach. [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 →

Fractale-350M-base: Open model uses vector bank for memory, not long context

COVERAGE [1]

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

    Fractale-350M-base: memory as trained behaviour instead of long context, a fully open research release

    <!-- SC_OFF --><div class="md"><p>Some of you may remember my post about the research project behind this: a trained fast-weight memory, with the paper and the full research log at github.com/kkuette/thought-bank. This is the follow-up. The first public model of the series is out…