Instructions to use SaProtHub/Model-Signal_Peptides_Prediction-650M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use SaProtHub/Model-Signal_Peptides_Prediction-650M with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("westlake-repl/SaProt_650M_AF2") model = PeftModel.from_pretrained(base_model, "SaProtHub/Model-Signal_Peptides_Prediction-650M") - Notebooks
- Google Colab
- Kaggle
Update metadata.json
Browse files- metadata.json +1 -1
metadata.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
{
|
| 2 |
-
"training_task_type": "Residue-level
|
| 3 |
"training_data_type": "AA"
|
| 4 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"training_task_type": "Residue-level Classification",
|
| 3 |
"training_data_type": "AA"
|
| 4 |
}
|