Training data for the Memorball continuous memory system.
Each JSONL shard contains TrainingSequence objects with state-by-state
memory evolution across multi-turn conversations.
Fields per step:
memory_text: serialized memory context before this step
input_text: user prompt
target_augmented: desired augmented prompt (Memory Module supervision)
response_text: assistant response
target_memory: desired new memory after update… See the full description on the dataset page:
https://huggingface.co/datasets/avewright/memorball-training-data.