Trained encoder for the Mneme memory system - injects facts directly into LLM weights.
1# Clone the repo
2git clone https://github.com/Yusuffarhan13/Mneme-v1-mvp.git
3cd Mneme-v1-mvp
4
5# Download the encoder
6pip install huggingface_hub
7python -c "from huggingface_hub import hf_hub_download; hf_hub_download(repo_id='yusuffarhan/qwen-memory', filename='best_encoder.pt', local_dir='mneme_trained')"
8
9# Run
10python qwen.py --encoder mneme_trained/best_encoder.pt
/remember My name is Yusuf
/remember I work at Google
What is my name? → "Your name is Yusuf"
Where do I work? → "You work at Google"