Skip to content

datasets

datasets provide a collection of widely used datasets.

Available Datasets

DeoxyriboNucleic Acid (DNA)

RiboNucleic Acid (RNA)

Usage

Load with MultiMolecule

Python
1
2
3
from multimolecule.data import Dataset

data = Dataset("multimolecule/bprna-spot", split="train", pretrained="multimolecule/rna")