lisaterumi
commited on
Commit
•
2adb81d
1
Parent(s):
94dd51e
Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,17 @@ datasets:
|
|
12 |
|
13 |
We fine-tuned the BioBERTpt(all) model with the MacMorpho corpus for the Post-Tagger task, with 10 epochs, achieving a general F1-Score of 0.9814.
|
14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
## Acknowledgements
|
16 |
|
17 |
This study was financed in part by the Coordenação de Aperfeiçoamento de Pessoal de Nível Superior - Brasil (CAPES) - Finance Code 001.
|
|
|
12 |
|
13 |
We fine-tuned the BioBERTpt(all) model with the MacMorpho corpus for the Post-Tagger task, with 10 epochs, achieving a general F1-Score of 0.9814.
|
14 |
|
15 |
+
Metrics:
|
16 |
+
|
17 |
+
```
|
18 |
+
Precision Recall F1 Suport
|
19 |
+
accuracy 0.98 38320
|
20 |
+
macro avg 0.95 0.92 0.93 38320
|
21 |
+
weighted avg 0.98 0.98 0.98 38320
|
22 |
+
|
23 |
+
F1: 0.981447444144733 Accuracy: 0.9815240083507307
|
24 |
+
```
|
25 |
+
|
26 |
## Acknowledgements
|
27 |
|
28 |
This study was financed in part by the Coordenação de Aperfeiçoamento de Pessoal de Nível Superior - Brasil (CAPES) - Finance Code 001.
|