Downloads · 30 days
4
4% of all-time downloads
steveyu323/kinbert_v2_long
kinbert_v2_long is a text classification model from steveyu323. Use it when you need a label for a piece of text.
Fine-tuned from TAPE ProteinBERT (bert-base) on kinase–substrate pairs.
Downloads · 30 days
4
4% of all-time downloads
All-time downloads
93
Public
Repo size
739 MB
Likes
0
Public
Click a slice to open those files.
.bin370 MB · 100%
From the Hugging Face model README
Fine-tuned from TAPE ProteinBERT (bert-base) on kinase–substrate pairs.
Concatenated kinase + <sep> + substrate amino acid sequences.
Binary classification: 1 = interaction, 0 = no interaction
pip install tensorboard
pip install einops
pip install scikit-learn
pip install plotnine
pip install seaborn
pip install tape-proteins pandas numpy pyyaml tqdm scikit-learn tensorboard
pip install transformers
pip install torch
from tape import ProteinBertForSequenceClassification, TAPETokenizer
model = ProteinBertForSequenceClassification.from_pretrained("steveyu323/kinbert_v2_long")