datasets¶ datasets 提供了一系列广泛使用的数据集。 使用¶ 使用 MultiMolecule 加载¶ Python1 2 3 4from 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")