A small (1000 samples) subset of the full
Hemolab Bench dataset,
intended for quick-start examples and pipeline testing.
For the complete ~50 000-sample dataset see
ibm-research/hemolab-bench.
Samples were chosen as a uniform random subset of the full CSV id list:
import torch
all_ids = sorted(full_csv_ids) # all ~50 000 ids, sorted
g = torch.Generator().manual_seed(1234) # independent seed for subsampling
perm =… See the full description on the dataset page:
https://huggingface.co/datasets/nicolaaaaa/hemolab-bench-toy.