File size: 553 Bytes
6e1f832 645f681 6e1f832 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | ---
dataset_info:
features:
- name: kinase
dtype: string
- name: substrate
dtype: string
- name: motif
dtype: string
- name: label
dtype: int64
- name: OrgA
dtype: string
- name: OrgB
dtype: string
splits:
- name: train
num_bytes: 117671605
num_examples: 72021
- name: test
num_bytes: 10447369
num_examples: 6855
download_size: 58150413
dataset_size: 128118974
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
|