megantosh commited on
Commit
bd851f0
1 Parent(s): 941b920

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -54,11 +54,6 @@ for entity in sentence.get_spans('pos'):
54
  # Tagset-->
55
 
56
  # Scores & Tagset
57
- - F-score (micro): 0.8974
58
- - F-score (macro): 0.5188
59
- - Accuracy (incl. no class): 0.901
60
- Expand details below to show class scores for each tag. Note that tag compounds (a tag made for multiple agglutinated parts of speech) are considered as separate ones.
61
-
62
  <details>
63
 
64
  | |precision | recall | f1-score | support|
@@ -177,6 +172,12 @@ Expand details below to show class scores for each tag. Note that tag compounds
177
 
178
  </details>
179
 
 
 
 
 
 
 
180
  # Citation
181
  *if you use this model in your work, please consider citing this work:*
182
  ```latex
54
  # Tagset-->
55
 
56
  # Scores & Tagset
 
 
 
 
 
57
  <details>
58
 
59
  | |precision | recall | f1-score | support|
172
 
173
  </details>
174
 
175
+ - F-score (micro): 0.8974
176
+ - F-score (macro): 0.5188
177
+ - Accuracy (incl. no class): 0.901
178
+
179
+ Expand details below to show class scores for each tag. Note that tag compounds (a tag made for multiple agglutinated parts of speech) are considered as separate ones.
180
+
181
  # Citation
182
  *if you use this model in your work, please consider citing this work:*
183
  ```latex