Update README.md
Browse files
README.md
CHANGED
|
@@ -14,14 +14,14 @@ tags:
|
|
| 14 |
|
| 15 |
## Model Description
|
| 16 |
|
| 17 |
-
This model is a fine-tuned version of ESMC-600M (ESM Cambrian) for paired antibody sequences
|
| 18 |
|
| 19 |
**Key Features:**
|
| 20 |
- Trained on paired antibody sequences
|
| 21 |
-
- 50% CDR fine-tuning
|
| 22 |
- Input format: Heavy-Light chains separated by "-"
|
| 23 |
- Output: 1152-dimensional embeddings
|
| 24 |
-
-
|
| 25 |
|
| 26 |
### Preprocessing
|
| 27 |
|
|
@@ -194,18 +194,33 @@ sequence = "EVQLVESGGGLVQPGGSLRLSCAASGFTFSSYAMS...-DIQMTQSPSSLSASVGDRVTITCRASQSI
|
|
| 194 |
- **Format:** PyTorch tensor
|
| 195 |
- **Dtype:** bfloat16
|
| 196 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 197 |
|
| 198 |
## Citation
|
| 199 |
|
| 200 |
-
If you use this model, please cite:
|
| 201 |
|
| 202 |
```bibtex
|
| 203 |
-
@article{
|
| 204 |
-
|
| 205 |
-
|
| 206 |
-
journal={
|
| 207 |
-
|
| 208 |
-
|
|
|
|
|
|
|
| 209 |
}
|
| 210 |
|
| 211 |
@article{hayes2025simulating,
|
|
@@ -233,7 +248,7 @@ If you use this model, please cite:
|
|
| 233 |
- **Maintainer:** Network Optimization & Control (NOC) Lab
|
| 234 |
- **Email:** mtalaei@bu.edu
|
| 235 |
- **GitHub:** [https://github.com/noc-lab/AbCDR-ESM](https://github.com/noc-lab/AbCDR-ESM)
|
| 236 |
-
- **Paper:** [
|
| 237 |
|
| 238 |
## License
|
| 239 |
|
|
|
|
| 14 |
|
| 15 |
## Model Description
|
| 16 |
|
| 17 |
+
This model is a fine-tuned version of ESMC-600M (ESM Cambrian) for paired antibody variable-domain sequences containing heavy and light chains. It was trained using a CDR-focused masking strategy to improve representations for antibody binding affinity prediction.
|
| 18 |
|
| 19 |
**Key Features:**
|
| 20 |
- Trained on paired antibody sequences
|
| 21 |
+
- 50% CDR masking during fine-tuning
|
| 22 |
- Input format: Heavy-Light chains separated by "-"
|
| 23 |
- Output: 1152-dimensional embeddings
|
| 24 |
+
- Designed to improve representation of antibody CDRs for downstream binding affinity prediction
|
| 25 |
|
| 26 |
### Preprocessing
|
| 27 |
|
|
|
|
| 194 |
- **Format:** PyTorch tensor
|
| 195 |
- **Dtype:** bfloat16
|
| 196 |
|
| 197 |
+
## Publication
|
| 198 |
+
|
| 199 |
+
**Preferential CDR masking in paired antibody language models improves binding affinity prediction**
|
| 200 |
+
|
| 201 |
+
Mahtab Talaei, Kenji C. Walker, Boran Hao, Eliot Jolley, Yeping Jin, Dima Kozakov, John Misasi, Sandor Vajda, Ioannis Ch. Paschalidis, Diane Joseph-McCarthy.
|
| 202 |
+
|
| 203 |
+
*Communications AI & Computing* **1**, 7 (2026).
|
| 204 |
+
|
| 205 |
+
**DOI:** https://doi.org/10.1038/s44488-026-00010-2
|
| 206 |
+
|
| 207 |
+
**Published:** August 13, 2026
|
| 208 |
+
|
| 209 |
+
[Read the published article](https://www.nature.com/articles/s44488-026-00010-2)
|
| 210 |
|
| 211 |
## Citation
|
| 212 |
|
| 213 |
+
If you use this model in your research, please cite the AbCDR paper and the underlying ESMC model:
|
| 214 |
|
| 215 |
```bibtex
|
| 216 |
+
@article{Talaei2026,
|
| 217 |
+
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},
|
| 218 |
+
title = {Preferential {CDR} masking in paired antibody language models improves binding affinity prediction},
|
| 219 |
+
journal = {Communications AI \& Computing},
|
| 220 |
+
volume = {1},
|
| 221 |
+
pages = {7},
|
| 222 |
+
year = {2026},
|
| 223 |
+
doi = {10.1038/s44488-026-00010-2}
|
| 224 |
}
|
| 225 |
|
| 226 |
@article{hayes2025simulating,
|
|
|
|
| 248 |
- **Maintainer:** Network Optimization & Control (NOC) Lab
|
| 249 |
- **Email:** mtalaei@bu.edu
|
| 250 |
- **GitHub:** [https://github.com/noc-lab/AbCDR-ESM](https://github.com/noc-lab/AbCDR-ESM)
|
| 251 |
+
- **Paper:** [Communications AI & Computing](https://doi.org/10.1038/s44488-026-00010-2)
|
| 252 |
|
| 253 |
## License
|
| 254 |
|