lisaterumi commited on
Commit
11f926e
1 Parent(s): 5bb8099

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -10,17 +10,17 @@ datasets:
10
 
11
  # POS-Tagger Bio Portuguese
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
 
10
 
11
  # POS-Tagger Bio Portuguese
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.9818.
14
 
15
  Metrics:
16
 
17
  ```
18
  Precision Recall F1 Suport
19
  accuracy 0.98 38320
20
+ macro avg 0.95 0.94 0.94 38320
21
  weighted avg 0.98 0.98 0.98 38320
22
 
23
+ F1: 0.9818 Accuracy: 0.9818
24
  ```
25
 
26
  ## Acknowledgements