跳转至

datasets

datasets 提供了一系列广泛使用的数据集。

可用数据集

脱氧核糖核酸(DNA)

核糖核酸(RNA)

使用

使用 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")