alanakbik commited on
Commit
56ba7a2
1 Parent(s): 9247e14

initial model commit

Browse files
README.md CHANGED
@@ -13,31 +13,29 @@ inference: false
13
 
14
  This is the standard universal part-of-speech tagging model for English that ships with [Flair](https://github.com/flairNLP/flair/).
15
 
16
- F1-Score: **98,19** (Ontonotes)
17
 
18
  Predicts universal POS tags:
19
 
20
  | **tag** | **meaning** |
21
  |---------------------------------|-----------|
22
- |ADD | Email |
23
- |AFX | Affix |
24
- |CC | Coordinating conjunction |
25
- |CD | Cardinal number |
26
- |DT | Determiner |
27
- |EX | Existential there |
28
- |FW | Foreign word |
29
- |HYPH | Hyphen |
30
- |IN | Preposition or subordinating conjunction |
31
- |JJ | Adjective |
32
- |JJR |Adjective, comparative |
33
- |JJS | Adjective, superlative |
34
- |LS | List item marker |
35
- |MD | Modal |
36
- |NFP | Superfluous punctuation |
37
- |NN | Noun, singular or mass |
38
- |NNP |Proper noun, singular |
39
- |NNPS | Proper noun, plural |
40
- |NNS |Noun, plural |
41
 
42
 
43
 
 
13
 
14
  This is the standard universal part-of-speech tagging model for English that ships with [Flair](https://github.com/flairNLP/flair/).
15
 
16
+ F1-Score: **98,6** (Ontonotes)
17
 
18
  Predicts universal POS tags:
19
 
20
  | **tag** | **meaning** |
21
  |---------------------------------|-----------|
22
+ |ADJ | adjective |
23
+ | ADP | adposition |
24
+ | ADV | adverb |
25
+ | AUX | auxiliary |
26
+ | CCONJ | coordinating conjunction |
27
+ | DET | determiner |
28
+ | INTJ | interjection |
29
+ | NOUN | noun |
30
+ | NUM | numeral |
31
+ | PART | particle |
32
+ | PRON | pronoun |
33
+ | PROPN | proper noun |
34
+ | PUNCT | punctuation |
35
+ | SCONJ | subordinating conjunction |
36
+ | SYM | symbol |
37
+ | VERB | verb |
38
+ | X | other |
 
 
39
 
40
 
41
 
en-pos-ontonotes-v0.4.pt → pytorch_model.bin RENAMED
File without changes