CoolFace
Apppublic

Fourwheels2512/live-continual-learning

sourceHugging Faceotherupdated 3mo agoView on Hugging Face
0likes
App README

🧠 Live Continual Learning β€” by ModelBrew

A new frontier in machine learning: knowledge that is always current, never confidently wrong, and fully governable. Teach a fact in one forward pass β€” no retraining, no LoRA, no router β€” and the model can use it immediately without forgetting anything it already knew.

This Space is an interactive demo you can try right now on CPU.

What you can do here

  • β€”πŸ§  Live Learning β€” teach the model a new fact and ask about it instantly. Ask about something it doesn't know and watch it say "I don't know" instead of inventing a confident wrong answer.
  • β€”πŸ›‘οΈ Governed Memory β€” see everything the brain knows, erase a fact (right-to-be-forgotten) and get a salted, byte-verified certificate of erasure, and inspect the tamper-evident hash-chained ledger (try the "simulate tamper" button).
  • β€”βš”οΈ vs RAG vs Fine-tuning β€” an honest, side-by-side capability comparison.
  • β€”πŸ“Š Benchmarks β€” validated, model-invariant results across Qwen3-4B, Llama-3.1-8B and Phi-3-medium-14B.

Core highlight features

♾️ Zero forgetting Β· 🎯 Zero cross-fact hallucination Β· 🧩 3 model families Β· 🚫 No LoRA Β· 🧭 No router Β· ⚑ Instant one-pass updates Β· πŸ™… Never confidently wrong (says I don't know) Β· 🧾 Tamper-evident ledger Β· πŸ” Proof of erasure Β· 🧠 Governed memory Β· πŸ“‘ Live learning Β· πŸ—‚οΈ Remembers everything.

How honest is this demo?

This public Space is a faithful behavior twin of the ModelBrew Live-CL engine. It reproduces the engine's external contract β€” teach Β· ask Β· abstain Β· erase Β· audit β€” using lightweight, standard-library governance logic so it runs instantly and free on CPU. It contains no proprietary model code. The production engine runs the same contract on real frozen base models (Qwen3-4B / Llama-3.1-8B / Phi-3-medium-14B).

On benchmark framing: a strong dense retriever can match or beat us on raw paraphrase generalization on some datasets. Our moat is self-calibration (never confidently wrong), zero-forgetting by construction, zero cross-fact hallucination, certified deletion, and a tamper-evident audit trail β€” the properties that compliance, legal, clinical and finance teams actually need.

Learn more at [modelbrew.ai](https://modelbrew.ai).


Run locally

bash
pip install -r requirements.txt
python app.py
If the Space fails to build, bump sdk_version above to the latest Gradio 5.x release (and the pin in requirements.txt to match).