Instructions to use SaProtHub/Model-ACE2_Omicron_BQ.1.1_binding_affinity-35M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use SaProtHub/Model-ACE2_Omicron_BQ.1.1_binding_affinity-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-ACE2_Omicron_BQ.1.1_binding_affinity-35M") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -22,7 +22,7 @@ Zero means no affinity, lager means higher affinity and smaller means lower affi
|
|
| 22 |
Amino acid sequence
|
| 23 |
|
| 24 |
### Performance
|
| 25 |
-
0.
|
| 26 |
|
| 27 |
### LoRA config
|
| 28 |
lora_dropout: 0.0
|
|
|
|
| 22 |
Amino acid sequence
|
| 23 |
|
| 24 |
### Performance
|
| 25 |
+
0.70 Spearman's ρ
|
| 26 |
|
| 27 |
### LoRA config
|
| 28 |
lora_dropout: 0.0
|