DeBERTa commited on
Commit
d586687
1 Parent(s): e339e9c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -69,6 +69,17 @@ python -m torch.distributed.launch --nproc_per_node=${num_gpus} \
69
 
70
  If you find DeBERTa useful for your work, please cite the following paper:
71
 
 
 
 
 
 
 
 
 
 
 
 
72
  ``` latex
73
  @inproceedings{
74
  he2021deberta,
 
69
 
70
  If you find DeBERTa useful for your work, please cite the following paper:
71
 
72
+ ``` latex
73
+ @misc{he2021debertav3,
74
+ title={DeBERTaV3: Improving DeBERTa using ELECTRA-Style Pre-Training with Gradient-Disentangled Embedding Sharing},
75
+ author={Pengcheng He and Jianfeng Gao and Weizhu Chen},
76
+ year={2021},
77
+ eprint={2111.09543},
78
+ archivePrefix={arXiv},
79
+ primaryClass={cs.CL}
80
+ }
81
+ ```
82
+
83
  ``` latex
84
  @inproceedings{
85
  he2021deberta,