# data preparation config. v1 uses the hand-crafted seed pairs at the path # below as the source of truth. scripts/01_download.py splits them into # train/val/test under data/pairs/. seed_path: data/seed/synthetic_pairs.jsonl splits: train: 0.85 val: 0.10 test: 0.05 random_seed: 1337