File size: 590 Bytes
a69f698
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
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`.