Update README.md
Browse files
README.md
CHANGED
@@ -70,6 +70,17 @@ python -m torch.distributed.launch --nproc_per_node=${num_gpus} \
|
|
70 |
|
71 |
If you find DeBERTa useful for your work, please cite the following paper:
|
72 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
``` latex
|
74 |
@inproceedings{
|
75 |
he2021deberta,
|
@@ -79,4 +90,4 @@ booktitle={International Conference on Learning Representations},
|
|
79 |
year={2021},
|
80 |
url={https://openreview.net/forum?id=XPZIaotutsD}
|
81 |
}
|
82 |
-
```
|
|
|
70 |
|
71 |
If you find DeBERTa useful for your work, please cite the following paper:
|
72 |
|
73 |
+
``` latex
|
74 |
+
@misc{he2021debertav3,
|
75 |
+
title={DeBERTaV3: Improving DeBERTa using ELECTRA-Style Pre-Training with Gradient-Disentangled Embedding Sharing},
|
76 |
+
author={Pengcheng He and Jianfeng Gao and Weizhu Chen},
|
77 |
+
year={2021},
|
78 |
+
eprint={2111.09543},
|
79 |
+
archivePrefix={arXiv},
|
80 |
+
primaryClass={cs.CL}
|
81 |
+
}
|
82 |
+
```
|
83 |
+
|
84 |
``` latex
|
85 |
@inproceedings{
|
86 |
he2021deberta,
|
|
|
90 |
year={2021},
|
91 |
url={https://openreview.net/forum?id=XPZIaotutsD}
|
92 |
}
|
93 |
+
```
|