unc-liver: add the split CSV, center the hero image

#67
by tristan-deep - opened

Syncs the unc-liver card on the Hub with the reviewed state on GitHub (open-h/OpenH-RF).

The Splits section said dataset_split.csv ships alongside the HDF5 files, but it was never uploaded. This adds it as assets/dataset_split.csv: one row per HDF5 file (hdf5_filename, volume, and a <split>_train / <split>_valid flag pair per split). Checked against the release: all 1906 files in data/ are listed, the train/valid counts match the card's table, and no volume is in both train and valid for any split.

The card now links the CSV and describes its columns, corrects the fold "neither train nor validation" range from 97-153 to 97-113, and centers the hero image at a fixed 480 px width instead of filling the page.

GitHub PR:

Files changed: 2.

+ unc-liver/assets/dataset_split.csv
~ unc-liver/README.md

πŸ‘

wsimson changed pull request status to merged

Sign up or log in to comment