Commit
·
eae51d8
1
Parent(s):
0c8047b
Update README.md
Browse files
README.md
CHANGED
@@ -33,4 +33,13 @@ for token, prediction in zip(tokens, predictions[0].numpy()):
|
|
33 |
|
34 |
## Citation
|
35 |
|
36 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
|
34 |
## Citation
|
35 |
|
36 |
+
```
|
37 |
+
@misc{campiotti2023debertinha,
|
38 |
+
title={DeBERTinha: A Multistep Approach to Adapt DebertaV3 XSmall for Brazilian Portuguese Natural Language Processing Task},
|
39 |
+
author={Israel Campiotti and Matheus Rodrigues and Yuri Albuquerque and Rafael Azevedo and Alyson Andrade},
|
40 |
+
year={2023},
|
41 |
+
eprint={2309.16844},
|
42 |
+
archivePrefix={arXiv},
|
43 |
+
primaryClass={cs.CL}
|
44 |
+
}
|
45 |
+
```
|