datasets
datasets provide a collection of widely used datasets.
Usage
| Python |
|---|
| 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")
|