Commit
·
08abfa4
1
Parent(s):
467fcad
Update README.md
Browse files
README.md
CHANGED
@@ -10,17 +10,17 @@ datasets:
|
|
10 |
|
11 |
# POS-Tagger Portuguese
|
12 |
|
13 |
-
We fine-tuned the [BERTimbau](https://github.com/neuralmind-ai/portuguese-bert/) model with the [MacMorpho](http://nilc.icmc.usp.br/macmorpho/) corpus for the Post-Tagger task, with 10 epochs, achieving a general F1-Score of 0.
|
14 |
|
15 |
Metrics:
|
16 |
|
17 |
```
|
18 |
Precision Recall F1 Suport
|
19 |
accuracy 0.98 33729
|
20 |
-
macro avg 0.96 0.
|
21 |
weighted avg 0.98 0.98 0.98 33729
|
22 |
|
23 |
-
F1: 0.
|
24 |
```
|
25 |
|
26 |
## Questions?
|
|
|
10 |
|
11 |
# POS-Tagger Portuguese
|
12 |
|
13 |
+
We fine-tuned the [BERTimbau](https://github.com/neuralmind-ai/portuguese-bert/) model with the [MacMorpho](http://nilc.icmc.usp.br/macmorpho/) corpus for the Post-Tagger task, with 10 epochs, achieving a general F1-Score of 0.9826.
|
14 |
|
15 |
Metrics:
|
16 |
|
17 |
```
|
18 |
Precision Recall F1 Suport
|
19 |
accuracy 0.98 33729
|
20 |
+
macro avg 0.96 0.95 0.95 33729
|
21 |
weighted avg 0.98 0.98 0.98 33729
|
22 |
|
23 |
+
F1: 0.9826 Accuracy: 0.9826
|
24 |
```
|
25 |
|
26 |
## Questions?
|