osanseviero HF staff commited on
Commit
dd26cba
1 Parent(s): 1ac0125

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +96 -5
README.md CHANGED
@@ -73,12 +73,103 @@ English pipeline optimized for CPU. Components: tok2vec, tagger, parser, senter,
73
  | **Author** | [Explosion](https://explosion.ai) |
74
 
75
  ### Label Scheme
76
-
77
  <details>
78
-
79
  <summary>View label scheme (114 labels for 4 components)</summary>
80
-
81
  | Component | Labels |
82
  | --- | --- |
83
- | **`tagger`** | `<!DOCTYPE html>
84
- <html class=
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
73
  | **Author** | [Explosion](https://explosion.ai) |
74
 
75
  ### Label Scheme
 
76
  <details>
 
77
  <summary>View label scheme (114 labels for 4 components)</summary>
 
78
  | Component | Labels |
79
  | --- | --- |
80
+ | **`tagger`** | `
81
+
82
+
83
+
84
+
85
+
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+
98
+
99
+
100
+
101
+
102
+
103
+
104
+
105
+
106
+ , `''`, `,`, `-LRB-`, `-RRB-`, `.`, `:`, `ADD`, `AFX`, `CC`, `CD`, `DT`, `EX`, `FW`, `HYPH`, `IN`, `JJ`, `JJR`, `JJS`, `LS`, `MD`, `NFP`, `NN`, `NNP`, `NNPS`, `NNS`, `PDT`, `POS`, `PRP`, `PRP
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+
126
+
127
+
128
+
129
+
130
+
131
+
132
+ , `RB`, `RBR`, `RBS`, `RP`, `SYM`, `TO`, `UH`, `VB`, `VBD`, `VBG`, `VBN`, `VBP`, `VBZ`, `WDT`, `WP`, `WP
133
+
134
+
135
+
136
+
137
+
138
+
139
+
140
+
141
+
142
+
143
+
144
+
145
+
146
+
147
+
148
+
149
+
150
+
151
+
152
+
153
+
154
+
155
+
156
+
157
+
158
+ , `WRB`, `XX`, ```` |
159
+ | **`parser`** | `ROOT`, `acl`, `acomp`, `advcl`, `advmod`, `agent`, `amod`, `appos`, `attr`, `aux`, `auxpass`, `case`, `cc`, `ccomp`, `compound`, `conj`, `csubj`, `csubjpass`, `dative`, `dep`, `det`, `dobj`, `expl`, `intj`, `mark`, `meta`, `neg`, `nmod`, `npadvmod`, `nsubj`, `nsubjpass`, `nummod`, `oprd`, `parataxis`, `pcomp`, `pobj`, `poss`, `preconj`, `predet`, `prep`, `prt`, `punct`, `quantmod`, `relcl`, `xcomp` |
160
+ | **`senter`** | `I`, `S` |
161
+ | **`ner`** | `CARDINAL`, `DATE`, `EVENT`, `FAC`, `GPE`, `LANGUAGE`, `LAW`, `LOC`, `MONEY`, `NORP`, `ORDINAL`, `ORG`, `PERCENT`, `PERSON`, `PRODUCT`, `QUANTITY`, `TIME`, `WORK_OF_ART` |
162
+ </details>
163
+ ### Accuracy
164
+ | Type | Score |
165
+ | --- | --- |
166
+ | `TOKEN_ACC` | 99.93 |
167
+ | `TAG_ACC` | 97.28 |
168
+ | `DEP_UAS` | 91.87 |
169
+ | `DEP_LAS` | 90.05 |
170
+ | `ENTS_P` | 85.37 |
171
+ | `ENTS_R` | 84.57 |
172
+ | `ENTS_F` | 84.97 |
173
+ | `SENTS_P` | 90.49 |
174
+ | `SENTS_R` | 88.01 |
175
+ | `SENTS_F` | 89.24 |