--- license: apache-2.0 configs: - config_name: default data_files: - split: train path: train.jsonl - split: validation path: validation.jsonl - split: test path: test.jsonl --- # bedside eval5 splits (leak-free) Deterministic seed=42 train/validation/test split of the governed foundry dataset (see `SPLIT_MANIFEST.json` for exact counts + per-domain coverage). The `test` split is reserved for the eval-harness and is NEVER seen during training or early-stopping; training early-stops on `validation` only. Derived from `zeahealth/medstack-bedside-instructions-v1`.