10,000 instructions and demonstrations written entirely by skilled human annotators — zero synthetic data. Modeled after the SFT data described in OpenAI's InstructGPT paper, split into 9.5k train / 500 test examples across categories like generation, open QA, brainstorming, and coding. Small, clean, and diverse: widely considered the best first dataset for learning to fine-tune.
Python-Edu — Continued pretraining for Python code understanding
OpenHermes 2.5 — The default general-purpose SFT mix for 7B-13B fine-tunes
Frequently asked questions
Can I use No Robots commercially?
Not in a product — No Robots is released under CC BY-NC 4.0, which restricts use to research and other non-commercial purposes. For commercial fine-tuning, pick a permissively licensed dataset from the same category instead.
How much data does No Robots contain, and do I need all of it?
No Robots contains 10k Rows. You rarely need all of it: for style and format fine-tuning, a few hundred to a few thousand examples are enough — load a slice (e.g. split="train[:1000]") and scale up only if quality plateaus.
What is No Robots best used for?
Your first fine-tune — small, clean, 100% human-written SFT data (non-commercial license). It belongs to the Instruction / SFT section of our dataset hub, where you'll find alternatives and complementary sets.