Skip to content

datasets

datasets provide a collection of widely used datasets.

Usage

Load with MultiMolecule

Python
1
2
3
4
from multimolecule.data import Dataset

# `split` must be specified if there are more than one split in the dataset
dataset = Dataset("multimolecule/bprna-spot", split="train")