Recipe Generation Dataset (LLM-ready)
Schema-aligned dataset for training and evaluating recipe generation with ingredients, steps, constraints, model outputs, checks, and human eval.
data/train.jsonl, data/valid.jsonl, data/test.jsonl — JSONL, one object per line
from datasets import load_dataset
ds = load_dataset("org/name", name="default")