Spaces:
Running
A newer version of the Gradio SDK is available: 6.14.0
title: PRISM-Memory
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 6.12.0
app_file: app.py
pinned: false
PRISM-Memory Space
Hook: Turn conversations into durable, searchable memory.
This Space is the public demo for the released PRISM-Memory 7B Adapter, a
LoRA adapter on top of Qwen/Qwen2.5-7B-Instruct.
It matches the root repo story:
- one released model
- one extraction behavior
- one set of confirmed benchmark results
- one interactive turn-by-turn demo
- one compact explanation of the synthetic training data and held-out examples
Within the GitHub repo, this directory is a first-class public surface. The
helper script scripts/deploy_space.sh bundles this folder with the release
artifacts needed for Hugging Face.
Inputs
The app reads:
results/release_summary.jsonresults/extraction_examples.jsonresults/try_it_sessions.jsondocs/release/extraction-skill.mddocs/release/datasets.md
When copied into a standalone Hugging Face Space repo, keep those files beside
app.py and requirements.txt, preserving the docs/release/ and results/
subdirectories.
What It Shows
- The confirmed metrics for the released model
- A
Try Itflow with bundled multi-turn sessions and pasted transcript input - Side-by-side held-out extraction examples against the GPT-4.1 reference
- A compact description of the synthetic conversation data and supervision
- The single canonical memory extraction skill to keep
The bundled example sessions use precomputed outputs from the released model. Custom pasted sessions use live model inference when the runtime can load the adapter; otherwise the Space falls back to a lightweight contract-preserving preview.
Local Run
python -m pip install -r requirements.txt
python app.py
From The Repo Root
bash scripts/deploy_space.sh
Useful bundled files:
docs/release/extraction-skill.mddocs/release/datasets.mddocs/release/extraction-examples.mddocs/release/release-results.mdresults/release_summary.jsonresults/extraction_examples.jsonresults/try_it_sessions.json