Instructions to use SaProtHub/Model-Saprot-TM-35M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use SaProtHub/Model-Saprot-TM-35M with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("westlake-repl/SaProt_35M_AF2") model = PeftModel.from_pretrained(base_model, "SaProtHub/Model-Saprot-TM-35M") - Notebooks
- Google Colab
- Kaggle
Upload metadata.json
Browse files- metadata.json +1 -0
metadata.json
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"training_data_type": "SA"
|
| 3 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"training_task_type": "Protein-protein Regression",
|
| 3 |
"training_data_type": "SA"
|
| 4 |
}
|