Add multilingual to the language tag
Browse filesHi! A PR to add multilingual to the language tag to improve the referencing.
README.md
CHANGED
|
@@ -1,14 +1,12 @@
|
|
| 1 |
---
|
| 2 |
-
license: gpl-3.0
|
| 3 |
-
|
| 4 |
language:
|
| 5 |
- pt
|
| 6 |
- gl
|
| 7 |
-
|
|
|
|
| 8 |
widget:
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
---
|
| 13 |
|
| 14 |
# Named Entity Recognition (NER) model for Portuguese
|
|
@@ -21,5 +19,5 @@ There is an alternative model trained using [BERTimbau Large](https://huggingfac
|
|
| 21 |
|
| 22 |
It was trained with a batch size of 8 and a learning rate of 2e-5 during 3 epochs. It achieved the following results on the test set (Precision/Recall/F1): 0.913/0.918/0.915.
|
| 23 |
|
| 24 |
-
[1] Pablo Gamallo, Marcos Garcia & Patricia
|
| 25 |
co-located with 35th Conference of the Spanish Society for Natural Language Processing (SEPLN 2019)_: 457-467.
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
- pt
|
| 4 |
- gl
|
| 5 |
+
- multilingual
|
| 6 |
+
license: gpl-3.0
|
| 7 |
widget:
|
| 8 |
+
- text: A minha amiga Rosa, de S�o Paulo, estudou en Montreal. Agora trabalha em Santiago
|
| 9 |
+
de Compostela com o M�rio.
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# Named Entity Recognition (NER) model for Portuguese
|
|
|
|
| 19 |
|
| 20 |
It was trained with a batch size of 8 and a learning rate of 2e-5 during 3 epochs. It achieved the following results on the test set (Precision/Recall/F1): 0.913/0.918/0.915.
|
| 21 |
|
| 22 |
+
[1] Pablo Gamallo, Marcos Garcia & Patricia Mart�n-Rodilla, 2019. [NER and open information extraction for Portuguese notebook for IberLEF 2019 Portuguese named entity recognition and relation extraction tasks](https://ceur-ws.org/Vol-2421/NER_Portuguese_paper_6.pdf). In _Proceedings of the Iberian Languages Evaluation Forum (IberLEF 2019)
|
| 23 |
co-located with 35th Conference of the Spanish Society for Natural Language Processing (SEPLN 2019)_: 457-467.
|