noclab-llm commited on
Commit
b13ef9a
·
verified ·
1 Parent(s): bdd6594

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -5
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
- Preferential CDR masking in paired antibody language models improves binding affinity prediction
99
- Mahtab Talaei, Kenji C. Walker, Boran Hao, Eliot Jolley, Yeping Jin, Dima Kozakov, John Misasi, Sandor Vajda, Ioannis Ch. Paschalidis, Diane Joseph-McCarthy
100
- bioRxiv 2025.10.31.685149; doi: https://doi.org/10.1101/2025.10.31.685149
 
 
 
 
 
 
 
 
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"