Update README.md
Browse files
README.md
CHANGED
|
@@ -50,14 +50,13 @@ print(prediction)
|
|
| 50 |
If you find DeBERTa useful for your work, please cite the following paper:
|
| 51 |
|
| 52 |
```bibtex
|
| 53 |
-
@
|
| 54 |
-
|
|
|
|
| 55 |
author={David Samuel},
|
|
|
|
| 56 |
year={2024},
|
| 57 |
-
|
| 58 |
-
archivePrefix={arXiv},
|
| 59 |
-
primaryClass={cs.CL},
|
| 60 |
-
url={https://arxiv.org/abs/2406.04823}
|
| 61 |
}
|
| 62 |
```
|
| 63 |
|
|
|
|
| 50 |
If you find DeBERTa useful for your work, please cite the following paper:
|
| 51 |
|
| 52 |
```bibtex
|
| 53 |
+
@inproceedings{
|
| 54 |
+
samuel2024berts,
|
| 55 |
+
title={{BERT}s are Generative In-Context Learners},
|
| 56 |
author={David Samuel},
|
| 57 |
+
booktitle={The Thirty-eighth Annual Conference on Neural Information Processing Systems},
|
| 58 |
year={2024},
|
| 59 |
+
url={https://openreview.net/forum?id=BCA9NMZkLS}
|
|
|
|
|
|
|
|
|
|
| 60 |
}
|
| 61 |
```
|
| 62 |
|