Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
2 |
- Masked language modeling
|
3 |
-
- Classification across antigen labels from PIRD
|
|
|
|
|
|
1 |
+
# TCR transformer model
|
2 |
+
|
3 |
+
See our full [codebase](https://github.com/wukevin/tcr-bert) and our [preprint](https://www.biorxiv.org/content/10.1101/2021.11.18.469186v1) for more information.
|
4 |
+
|
5 |
+
This model is on:
|
6 |
- Masked language modeling
|
7 |
+
- Classification across antigen labels from PIRD
|
8 |
+
|
9 |
+
Example input: C A S S P V T G G I Y G Y T F (binds to NLVPMVATV CMV antigen)
|