This dataset powers ContinuumGPT, a GPT chatbot with hierarchical long-term memory.
ContinuumGPT is designed to store, compress, and retrieve conversations using a multi-level memory system:
Level 1 (Fresh Memory): Recent detailed Q&A entries.
Level 2 (Archive Memory): Compressed summaries of older Q&A.
Level 3 (Global Summary): Higher-level summaries created when archives overflow.
This allows the model to scale infinitely while⦠See the full description on the dataset page:
https://huggingface.co/datasets/Sachin5112/ContinuumGPT.