etikaj-digital commited on
Commit
64f4dcb
1 Parent(s): df3135a

Update tags in README

Browse files
Files changed (1) hide show
  1. README.md +1 -89
README.md CHANGED
@@ -1,95 +1,7 @@
1
  ---
2
  tags:
3
  - spacy
4
- - token-classification
5
  language:
6
  - en
7
  license: mit
8
- model-index:
9
- - name: en_statistics
10
- results:
11
- - task:
12
- name: NER
13
- type: text-classification
14
- metrics:
15
- - name: NER Precision
16
- type: precision
17
- value: 0.853733758
18
- - name: NER Recall
19
- type: recall
20
- value: 0.8456530449
21
- - name: NER F Score
22
- type: f_score
23
- value: 0.8496741892
24
- - task:
25
- name: TAG
26
- type: token-classification
27
- metrics:
28
- - name: TAG (XPOS) Accuracy
29
- type: accuracy
30
- value: 0.9727831973
31
- - task:
32
- name: UNLABELED_DEPENDENCIES
33
- type: token-classification
34
- metrics:
35
- - name: Unlabeled Attachment Score (UAS)
36
- type: f_score
37
- value: 0.9186878782
38
- - task:
39
- name: LABELED_DEPENDENCIES
40
- type: token-classification
41
- metrics:
42
- - name: Labeled Attachment Score (LAS)
43
- type: f_score
44
- value: 0.9005160534
45
- - task:
46
- name: SENTS
47
- type: token-classification
48
- metrics:
49
- - name: Sentences F-Score
50
- type: f_score
51
- value: 0.8923519379
52
- ---
53
- English pipeline that provides statistics, readability and formality scores.
54
-
55
- | Feature | Description |
56
- | --- | --- |
57
- | **Name** | `en_statistics` |
58
- | **Version** | `0.0.1` |
59
- | **spaCy** | `>=3.1.1,<3.2.0` |
60
- | **Default Pipeline** | `tok2vec`, `tagger`, `parser`, `attribute_ruler`, `lemmatizer`, `ner`, `syllables`, `formality`, `readability` |
61
- | **Components** | `tok2vec`, `tagger`, `parser`, `senter`, `attribute_ruler`, `lemmatizer`, `ner`, `syllables`, `formality`, `readability` |
62
- | **Vectors** | 684830 keys, 20000 unique vectors (300 dimensions) |
63
- | **Sources** | [OntoNotes 5](https://catalog.ldc.upenn.edu/LDC2013T19) (Ralph Weischedel, Martha Palmer, Mitchell Marcus, Eduard Hovy, Sameer Pradhan, Lance Ramshaw, Nianwen Xue, Ann Taylor, Jeff Kaufman, Michelle Franchini, Mohammed El-Bachouti, Robert Belvin, Ann Houston)<br />[ClearNLP Constituent-to-Dependency Conversion](https://github.com/clir/clearnlp-guidelines/blob/master/md/components/dependency_conversion.md) (Emory University)<br />[WordNet 3.0](https://wordnet.princeton.edu/) (Princeton University)<br />[GloVe Common Crawl](https://nlp.stanford.edu/projects/glove/) (Jeffrey Pennington, Richard Socher, and Christopher D. Manning) |
64
- | **License** | `MIT` |
65
- | **Author** | [Contentologie]() |
66
-
67
- ### Label Scheme
68
-
69
- <details>
70
-
71
- <summary>View label scheme (114 labels for 4 components)</summary>
72
-
73
- | Component | Labels |
74
- | --- | --- |
75
- | **`tagger`** | `$`, `''`, `,`, `-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$`, `RB`, `RBR`, `RBS`, `RP`, `SYM`, `TO`, `UH`, `VB`, `VBD`, `VBG`, `VBN`, `VBP`, `VBZ`, `WDT`, `WP`, `WP$`, `WRB`, `XX`, ```` |
76
- | **`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` |
77
- | **`senter`** | `I`, `S` |
78
- | **`ner`** | `CARDINAL`, `DATE`, `EVENT`, `FAC`, `GPE`, `LANGUAGE`, `LAW`, `LOC`, `MONEY`, `NORP`, `ORDINAL`, `ORG`, `PERCENT`, `PERSON`, `PRODUCT`, `QUANTITY`, `TIME`, `WORK_OF_ART` |
79
-
80
- </details>
81
-
82
- ### Accuracy
83
-
84
- | Type | Score |
85
- | --- | --- |
86
- | `TOKEN_ACC` | 99.93 |
87
- | `TAG_ACC` | 97.28 |
88
- | `DEP_UAS` | 91.87 |
89
- | `DEP_LAS` | 90.05 |
90
- | `ENTS_P` | 85.37 |
91
- | `ENTS_R` | 84.57 |
92
- | `ENTS_F` | 84.97 |
93
- | `SENTS_P` | 90.49 |
94
- | `SENTS_R` | 88.01 |
95
- | `SENTS_F` | 89.24 |
1
  ---
2
  tags:
3
  - spacy
4
+ - text-classification
5
  language:
6
  - en
7
  license: mit