Update bibtex citation
Browse files
README.md
CHANGED
|
@@ -37,10 +37,10 @@ model = RobertaModel.from_pretrained("COGNANO/VHHBERT")
|
|
| 37 |
If you use VHHBERT in your research, please cite the following paper.
|
| 38 |
|
| 39 |
```bibtex
|
| 40 |
-
@
|
| 41 |
title={A {SARS}-{C}o{V}-2 Interaction Dataset and {VHH} Sequence Corpus for Antibody Language Models},
|
| 42 |
author={Hirofumi Tsuruta and Hiroyuki Yamazaki and Ryota Maeda and Ryotaro Tamura and Akihiro Imura},
|
| 43 |
-
|
| 44 |
year={2024}
|
| 45 |
}
|
| 46 |
```
|
|
|
|
| 37 |
If you use VHHBERT in your research, please cite the following paper.
|
| 38 |
|
| 39 |
```bibtex
|
| 40 |
+
@inproceedings{tsuruta2024sars,
|
| 41 |
title={A {SARS}-{C}o{V}-2 Interaction Dataset and {VHH} Sequence Corpus for Antibody Language Models},
|
| 42 |
author={Hirofumi Tsuruta and Hiroyuki Yamazaki and Ryota Maeda and Ryotaro Tamura and Akihiro Imura},
|
| 43 |
+
booktitle={Advances in Neural Information Processing Systems 37},
|
| 44 |
year={2024}
|
| 45 |
}
|
| 46 |
```
|