Bondugulac's picture
Add files using upload-large-folder tool
a69f698 verified
|
Raw
History Blame Contribute Delete
590 Bytes
---
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`.