ltg
/

davda54 commited on
Commit
2c614a5
·
verified ·
1 Parent(s): c79c60a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -6
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
- @misc{samuel2024berts,
54
- title={{BERTs} are Generative In-Context Learners},
 
55
  author={David Samuel},
 
56
  year={2024},
57
- eprint={2406.04823},
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