File size: 625 Bytes
714a21f 1620d1f 714a21f f934b80 |
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 34 35 36 37 |
---
dataset_info:
features:
- name: SeqA
dtype: string
- name: SeqB
dtype: string
- name: labels
dtype: int64
splits:
- name: train
num_bytes: 29145348
num_examples: 26944
download_size: 4833312
dataset_size: 29145348
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# SHS27k
Popular multiclass PPI dataset from [Chen et al.](https://academic.oup.com/bioinformatics/article/35/14/i305/5529260?login=false).
Labels correspond to the following PPI types
```
PTM: 0
Reaction: 1
Catalysis: 2
Inhibition: 3
Binding: 4
Activation: 5
Expression: 6
```
|