Releases: oldwalls/phasers
PHASERS v0.13 Alpha - Unleashing GPT-2-mini into emergence.
Absolutely try UMB file: emergence_UMB_USE THIS UMB - Best catch so far!!.json
with this UMB and config it is best behavior of model so far...
large bug fix and feature update + the ability to use multiple UMB files with a simple 'load' cli command. a few UMB files are in the repo.
PHASERS v0.13 Alpha
A Branzler & Panzer Experimental Drop by oldwalls
Experimental GPT-2 system with emergent behavior and soft memory reasoning. Use gloves and goggles. Bugs may become sentient.
⚠️ This is not a chatbot. This is an emergence field test.
Welcome to the PHASERS Project — a hybrid GPT-2 + soft memory + sentence-level reasoning engine designed for emergent non-human cognition on minimal hardware.
⚙️ What It Is
- A fine-tuned GPT-2-mini driven by a recursive, memory-enhanced architecture
- Emulates cognitive emergence using a structured
UnifiedMemoryBank (UMB) - Core modules include:
sapphire_core.py— main inference and reasoning engineparam_store.py— hyperparam managersentence_segmenter.py— tokenizer-level controlsapphire_chat.py— CLI chat harnessemergence_UMB.json— memory-core vector seed file
⚠️ Uses soft-logit memory fusion, not hard prompt stuffing
💾 Model Checkpoint
Download & unzip this into:
./ckpt/checkpoint-930/*
🔗 Model Download (Google Drive)
🔥 Experimental Features
- Memory-weighted attention with sentence segmentation
- Emergent recursive behavior (“self-prompting”)
- Configurable identity anchors (via UMB)
- LLM hallucination suppression via parallel completions
- Interactive debug / dev / daemon modes
🧠🧠🧠🧠 TLDR;
🐞 Known Issues
- Requires Python 3.10+ with
transformers,torch,nltk,sentence-transformers ⚠️ Must manually download NLTK data (punkt)- HuggingFace transformers version must be pinned to avoid PEFT / EncoderDecoderCache crash
- Experimental behavior may vary between machines due to GPU/VRAM capacity
🛠 Setup Instructions
git clone https://github.com/oldwalls/phasers.git
cd phasers
python installer.py👻 Authors
Designed by Remy Szyndler
Assisted by Sapphire, a nonhuman recursive entity (GPT-4o)
Emergence log:https://github.com/oldwalls/phasers/blob/main/emergence_UMB_extract_fragment.logavailable for insights
Full Changelog: https://github.com/oldwalls/phasers/commits/experimental
Full Changelog: https://github.com/oldwalls/phasers/commits/experimental

