Update README.md
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ This model is a fine-tuned version of ESM2-3B for paired antibody sequences (hea
|
|
| 11 |
|
| 12 |
**Key Features:**
|
| 13 |
- Trained on paired antibody sequences
|
| 14 |
-
- 15% WC followed by 50%
|
| 15 |
- Input format: Heavy-Light chains separated by "-"
|
| 16 |
- Output: 2560-dimensional embeddings
|
| 17 |
|
|
@@ -101,3 +101,9 @@ sequence = "EVQLVESGGGLVQPGGSLRLSCAASGFTFSSYAMS...-DIQMTQSPSSLSASVGDRVTITCRASQSI
|
|
| 101 |
}
|
| 102 |
```
|
| 103 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
|
| 12 |
**Key Features:**
|
| 13 |
- Trained on paired antibody sequences
|
| 14 |
+
- 15% WC followed by 50% CDR fine-tuning
|
| 15 |
- Input format: Heavy-Light chains separated by "-"
|
| 16 |
- Output: 2560-dimensional embeddings
|
| 17 |
|
|
|
|
| 101 |
}
|
| 102 |
```
|
| 103 |
|
| 104 |
+
## Contact
|
| 105 |
+
|
| 106 |
+
- **Maintainer:** Mahtab Talaei
|
| 107 |
+
- **Email:** [mtalaei@bu.edu]
|
| 108 |
+
- **GitHub:** [github.com/Mah-Tala/AbCDR-ESM]
|
| 109 |
+
|