eliza-1
Datasets
All datasets matching “eliza-1”eliza-1-training
eliza-1 training corpus
Canonical SFT trajectory corpus for the elizaOS eliza-1 Qwen-based model series. Runtime bundles live in elizaos/eliza-1 under bundles/<tier>/ for 0_8b, 2b, 4b, 9b, 27b, and 27b-256k. The removed legacy million-token 27B tier is not part of this dataset.
Files
Path
Role
train.jsonl
canonical native training split
val.jsonl
canonical native validation split
test.jsonl
canonical native held-out test split
data/*.parquetDataset… See the full description on the dataset page: https://huggingface.co/datasets/elizaos/eliza-1-training.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.
