Download Latest Version 4.4.1 source code.tar.gz (2.2 MB)
Email in envelope

Get an email when there's a new version of Datasets

Home / 4.4.0
Name Modified Size InfoDownloads / Week
Parent folder
4.4.0 source code.tar.gz 2025-11-04 2.2 MB
4.4.0 source code.zip 2025-11-04 2.3 MB
README.md 2025-11-04 2.2 kB
Totals: 3 Items   4.5 MB 0

Dataset Features

python ds = load_dataset("username/my_nifti_dataset") ds["train"][0] # {"nifti": <nibabel.nifti1.Nifti1Image>} * Load medical imaging datasets from your disk:

python files = ["/path/to/scan_001.nii.gz", "/path/to/scan_002.nii.gz"] ds = Dataset.from_dict({"nifti": files}).cast_column("nifti", Nifti()) ds["train"][0] # {"nifti": <nibabel.nifti1.Nifti1Image>}

What's Changed

New Contributors

Full Changelog: https://github.com/huggingface/datasets/compare/4.3.0...4.4.0

Source: README.md, updated 2025-11-04