File size: 761 Bytes
7aafc64 a9a67ed cd43c49 7aafc64 a9a67ed cd43c49 a9a67ed cd43c49 a9a67ed cd43c49 a9a67ed cd43c49 a9a67ed | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | ---
license: apache-2.0
task_categories: [text-generation]
language: [en]
tags: [chat, sft, math, coding, agents, instruction-following, distillation]
size_categories: [1K<n<10K]
---
# downsize-macd
Multi-source curated chat SFT for small-student distillation (**math / coding / agentic / direction**).
Built to favor **concise correct answers** over long fluent-wrong CoT. 20+ upstream sources.
## Stream
```python
from datasets import load_dataset
ds = load_dataset("avewright/downsize-macd", split="train", streaming=True)
row = next(iter(ds))
print(row["bucket"], row["source"], row["messages"][0]["content"][:120])
```
## Columns
- `messages`: chat turns `{role, content}`
- `source`: upstream dataset
- `bucket`: math | coding | agentic | direction
|