elizaos/eliza-1-training-data
elizaos/eliza-1-training-data Training corpus for the eliza-1 model line. All records are in eliza_native_v1 format — the canonical training schema for elizaOS agents. Format Every record is a JSON object with this shape: { "format": "eliza_native_v1", "boundary": "vercel_ai_sdk.generateText", "request": { "system": "...", "messages": [...], "tools": {...}, "settings": {} }, "response": { "text": "...", "finishReason": "stop"… See the full description on the dataset page: https://huggingface.co/datasets/elizaos/eliza-1-training-data.
elizaos/eliza-1-training-data
Training corpus for the eliza-1 model line. All records are in eliza_native_v1 format — the canonical training schema for elizaOS agents.
Format
Every record is a JSON object with this shape:
{
"format": "eliza_native_v1",
"boundary": "vercel_ai_sdk.generateText",
"request": {
"system": "...",
"messages": [...],
"tools": {...},
"settings": {}
},
"response": {
"text": "...",
"finishReason": "stop",
"toolCalls": []
}
}Splits
Sources
Quality
- All records validated against
eliza_native_v1schema - Trope filtering: 0% trope rate (Certainly!, As an AI, etc. removed)
- System prompts normalized to Eliza form
- Shuffled and split 90/5/5
Training
Use with packages/training/scripts/train_local.py using the APOLLO optimizer. See FINETUNING_PIPELINE.md for full pipeline docs.
