Commit
·
566b8c2
1
Parent(s):
71bafef
Update README.md
Browse files
README.md
CHANGED
@@ -42,4 +42,13 @@ with torch.no_grad():
|
|
42 |
|
43 |
## Citation
|
44 |
|
45 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
|
43 |
## Citation
|
44 |
|
45 |
+
```
|
46 |
+
@misc{campiotti2023debertinha,
|
47 |
+
title={DeBERTinha: A Multistep Approach to Adapt DebertaV3 XSmall for Brazilian Portuguese Natural Language Processing Task},
|
48 |
+
author={Israel Campiotti and Matheus Rodrigues and Yuri Albuquerque and Rafael Azevedo and Alyson Andrade},
|
49 |
+
year={2023},
|
50 |
+
eprint={2309.16844},
|
51 |
+
archivePrefix={arXiv},
|
52 |
+
primaryClass={cs.CL}
|
53 |
+
}
|
54 |
+
```
|