Commit
·
4d10458
1
Parent(s):
75d573a
Update README.md
Browse files
README.md
CHANGED
|
@@ -31,4 +31,13 @@ with torch.no_grad():
|
|
| 31 |
|
| 32 |
## Citation
|
| 33 |
|
| 34 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
|
| 32 |
## Citation
|
| 33 |
|
| 34 |
+
```
|
| 35 |
+
@misc{campiotti2023debertinha,
|
| 36 |
+
title={DeBERTinha: A Multistep Approach to Adapt DebertaV3 XSmall for Brazilian Portuguese Natural Language Processing Task},
|
| 37 |
+
author={Israel Campiotti and Matheus Rodrigues and Yuri Albuquerque and Rafael Azevedo and Alyson Andrade},
|
| 38 |
+
year={2023},
|
| 39 |
+
eprint={2309.16844},
|
| 40 |
+
archivePrefix={arXiv},
|
| 41 |
+
primaryClass={cs.CL}
|
| 42 |
+
}
|
| 43 |
+
```
|