You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solving memory with a fully fine tuned model trained for memory operations.
Implementation
We plan to fine-tune two models as our first in-house memory models: a larger model for standalone agent use cases, and a smaller model where the agent operates purely as a memory module.
Dria’s research, code, and models are open source, making them a strong starting point. Below is a rough implementation plan for Tiles:
Reproduce Dria’s mem-agent to develop a solid understanding of the memory framework.
Use Unsloth to train a new base memory model using Unsloth base weights.
Fine-tune a LoRA-based memory extension with Unsloth on a custom dataset.
Learn the developer experience of Tinker for LoRA fine-tuning.
Port the Tinker workflow into Tiles using the Modelfile SDK.
Experiment 2
Status: Proposed
Implement Recursive Language Models using conversational chat history grounded in code execution, with progressive disclosure via text compaction and retrieval at test time using base oss models.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Experiment 1
Status: Active
Solving memory with a fully fine tuned model trained for memory operations.
Implementation
We plan to fine-tune two models as our first in-house memory models: a larger model for standalone agent use cases, and a smaller model where the agent operates purely as a memory module.
Dria’s research, code, and models are open source, making them a strong starting point. Below is a rough implementation plan for Tiles:
Experiment 2
Status: Proposed
Implement Recursive Language Models using conversational chat history grounded in code execution, with progressive disclosure via text compaction and retrieval at test time using base oss models.
Implementation
A combination of code sandbox, skills integration, and DSRs based prompt optimizer. Being worked on #55, https://github.com/tilesprivacy/tiles/issues/56, #45, and #66.
References
Beta Was this translation helpful? Give feedback.
All reactions