SHS27k / README.md
lhallee's picture
Update README.md
f934b80 verified
---
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
```