Views
No views yet
| File | Records | Format |
|---|---|---|
train/train_dataset.json | 13,668 | Chat messages |
seed/generator-seed.json | 1,165 | instruction + art |
train_dataset.json) – chat format for fine-tuning:1{
2 "messages": [
3 { "role": "system", "content": "..." },
4 { "role": "user", "content": "..." },
5 { "role": "assistant", "content": "..." }
6 ]
7}generator-seed.json) – raw pairs for synthesis:1{
2 "instruction": "An ASCII art representation of a milk carton.",
3 "category": "People",
4 "art": " _________\n | _______ |\n..."
5}dataset-synthesis.py to produce more training data.SVE-ASCII/data/ (or symlink). Point your training script or dataset-synthesis.py to the paths above.