How to use from the
Use from the
PEFT library
from peft import PeftModel
from transformers import AutoModelForTokenClassification

base_model = AutoModelForTokenClassification.from_pretrained("facebook/esm2_t30_150M_UR50D")
model = PeftModel.from_pretrained(base_model, "AmelieSchreiber/esm2_t30_150M_ptm_qlora_2100K")

ESM-2 for Prediction Post Translational Modification Sites

Metrics

accuracy 0.9653
auc 0.88616
f1 0.1023
loss 0.36874
mcc 0.20445
precision 0.05461
recall 0.80664
Downloads last month
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collection including AmelieSchreiber/esm2_t30_150M_ptm_qlora_2100K

Article mentioning AmelieSchreiber/esm2_t30_150M_ptm_qlora_2100K