Update README.md
Browse files
README.md
CHANGED
@@ -5,10 +5,26 @@ datasets:
|
|
5 |
- wikipedia
|
6 |
- wiktionary
|
7 |
widget:
|
8 |
-
- text:
|
9 |
-
- text:
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
# BERT-i-small-cased (gnBERT-small-cased)
|
13 |
|
14 |
A pre-trained BERT model for **Guarani** (6 layers, cased). Trained on Wikipedia + Wiktionary (~800K tokens).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
- wikipedia
|
6 |
- wiktionary
|
7 |
widget:
|
8 |
+
- text: 'Paraguay ha''e peteĩ táva oĩva [MASK] retãme '
|
9 |
+
- text: Augusto Roa Bastos ha'e peteĩ [MASK] arandu
|
10 |
+
metrics:
|
11 |
+
- f1
|
12 |
+
- accuracy
|
13 |
---
|
14 |
|
15 |
# BERT-i-small-cased (gnBERT-small-cased)
|
16 |
|
17 |
A pre-trained BERT model for **Guarani** (6 layers, cased). Trained on Wikipedia + Wiktionary (~800K tokens).
|
18 |
+
|
19 |
+
# How cite?
|
20 |
+
|
21 |
+
```
|
22 |
+
@article{aguero-et-al2023multi-affect-low-langs-grn,
|
23 |
+
title={Multidimensional Affective Analysis for Low-resource Languages: A Use Case with Guarani-Spanish Code-switching Language},
|
24 |
+
author={Agüero-Torales, Marvin Matías, López-Herrera, Antonio Gabriel, and Vilares, David},
|
25 |
+
journal={Cognitive Computation},
|
26 |
+
year={2023},
|
27 |
+
publisher={Springer},
|
28 |
+
notes={Forthcoming}
|
29 |
+
}
|
30 |
+
```
|