Commit
·
a362b7a
1
Parent(s):
8934c9a
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: "pt"
|
3 |
+
widget:
|
4 |
+
- text: "Tinha uma pedra no meio do caminho."
|
5 |
+
- text: "Vamos tomar um café quentinho?"
|
6 |
+
- text: "Como você se chama?"
|
7 |
+
datasets:
|
8 |
+
- MacMorpho
|
9 |
+
---
|
10 |
+
|
11 |
+
# POS-Tagger Portuguese
|
12 |
+
|
13 |
+
We fine-tuned the [BERTimbau](https://github.com/neuralmind-ai/portuguese-bert/) model with the MacMorpho corpus for the Post-Tagger task, with 10 epochs, achieving a general F1-Score of 0.9837.
|
14 |
+
|
15 |
+
Metrics:
|
16 |
+
|
17 |
+
```
|
18 |
+
Precision Recall F1 Suport
|
19 |
+
accuracy 0.98 33729
|
20 |
+
macro avg 0.96 0.96 0.96 33729
|
21 |
+
weighted avg 0.98 0.98 0.98 33729
|
22 |
+
|
23 |
+
F1: 0.9837050718155329 Accuracy: 0.98372320555012
|
24 |
+
```
|
25 |
+
|
26 |
+
## Questions?
|
27 |
+
|
28 |
+
Please, post a Github issue on the [NLP Portuguese POS-Tagger](https://github.com/lisaterumi/nlp-portuguese-postagger).
|