israelcamp commited on
Commit
5a54bf3
1 Parent(s): 81864d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -48,4 +48,13 @@ with torch.no_grad():
48
 
49
  If you use our work, please cite:
50
 
51
- `Comming soon`
 
 
 
 
 
 
 
 
 
 
48
 
49
  If you use our work, please cite:
50
 
51
+ ```
52
+ @misc{campiotti2023debertinha,
53
+ title={DeBERTinha: A Multistep Approach to Adapt DebertaV3 XSmall for Brazilian Portuguese Natural Language Processing Task},
54
+ author={Israel Campiotti and Matheus Rodrigues and Yuri Albuquerque and Rafael Azevedo and Alyson Andrade},
55
+ year={2023},
56
+ eprint={2309.16844},
57
+ archivePrefix={arXiv},
58
+ primaryClass={cs.CL}
59
+ }
60
+ ```