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
4
5
6
7
8
9
# along with this program.  If not, see <http://www.gnu.org/licenses/>.

# For additional terms and clarifications, please refer to our License FAQ at:
# <https://multimolecule.danling.org/about/license-faq>.


from multimolecule.data import Dataset

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