Update README.md
Browse files
README.md
CHANGED
|
@@ -5,9 +5,9 @@ base_model:
|
|
| 5 |
tags:
|
| 6 |
- protein
|
| 7 |
- antibody
|
| 8 |
-
- esmc
|
| 9 |
- biology
|
| 10 |
- CDR
|
|
|
|
| 11 |
---
|
| 12 |
# Antibody ESM2 Paired Model
|
| 13 |
|
|
@@ -95,9 +95,17 @@ sequence = "EVQLVESGGGLVQPGGSLRLSCAASGFTFSSYAMS...-DIQMTQSPSSLSASVGDRVTITCRASQSI
|
|
| 95 |
|
| 96 |
## Citation
|
| 97 |
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 101 |
|
| 102 |
## Contact
|
| 103 |
|
|
@@ -123,4 +131,4 @@ This model is released under the MIT License.
|
|
| 123 |
huggingface-cli login
|
| 124 |
|
| 125 |
# Option 2: Environment variable
|
| 126 |
-
export HF_TOKEN="your_token_here"
|
|
|
|
| 5 |
tags:
|
| 6 |
- protein
|
| 7 |
- antibody
|
|
|
|
| 8 |
- biology
|
| 9 |
- CDR
|
| 10 |
+
- esm2
|
| 11 |
---
|
| 12 |
# Antibody ESM2 Paired Model
|
| 13 |
|
|
|
|
| 95 |
|
| 96 |
## Citation
|
| 97 |
|
| 98 |
+
If you use this model, please cite:
|
| 99 |
+
|
| 100 |
+
```bibtex
|
| 101 |
+
@article{talaei2025preferential,
|
| 102 |
+
title={Preferential CDR masking in paired antibody language models improves binding affinity prediction},
|
| 103 |
+
author={Talaei, Mahtab and Walker, Kenji C. and Hao, Boran and Jolley, Eliot and Jin, Yeping and Kozakov, Dima and Misasi, John and Vajda, Sandor and Paschalidis, Ioannis Ch. and Joseph-McCarthy, Diane},
|
| 104 |
+
journal={bioRxiv},
|
| 105 |
+
year={2025},
|
| 106 |
+
doi={10.1101/2025.10.31.685149}
|
| 107 |
+
}
|
| 108 |
+
```
|
| 109 |
|
| 110 |
## Contact
|
| 111 |
|
|
|
|
| 131 |
huggingface-cli login
|
| 132 |
|
| 133 |
# Option 2: Environment variable
|
| 134 |
+
export HF_TOKEN="your_token_here"
|