danielcthompson commited on
Commit
fbe9652
1 Parent(s): 6908250

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -7
README.md CHANGED
@@ -60,14 +60,14 @@ model-index:
60
  | Feature | Description |
61
  | --- | --- |
62
  | **Name** | `en_scispaCy_aaa_classification` |
63
- | **Version** | `0.0.0` |
64
  | **spaCy** | `>=3.7.4,<3.8.0` |
65
  | **Default Pipeline** | `tok2vec`, `tagger`, `attribute_ruler`, `lemmatizer`, `parser`, `ner`, `textcat_multilabel` |
66
  | **Components** | `tok2vec`, `tagger`, `attribute_ruler`, `lemmatizer`, `parser`, `ner`, `textcat_multilabel` |
67
  | **Vectors** | 4087446 keys, 50000 unique vectors (200 dimensions) |
68
  | **Sources** | n/a |
69
- | **License** | n/a |
70
- | **Author** | [n/a]() |
71
 
72
  ### Label Scheme
73
 
@@ -76,10 +76,7 @@ model-index:
76
  <summary>View label scheme (99 labels for 4 components)</summary>
77
 
78
  | Component | Labels |
79
- | --- | --- |
80
- | **`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`, ```` |
81
- | **`parser`** | `ROOT`, `acl`, `acl:relcl`, `acomp`, `advcl`, `advmod`, `amod`, `amod@nmod`, `appos`, `attr`, `aux`, `auxpass`, `case`, `cc`, `cc:preconj`, `ccomp`, `compound`, `compound:prt`, `conj`, `cop`, `csubj`, `dative`, `dep`, `det`, `det:predet`, `dobj`, `expl`, `intj`, `mark`, `meta`, `mwe`, `neg`, `nmod`, `nmod:npmod`, `nmod:poss`, `nmod:tmod`, `nsubj`, `nsubjpass`, `nummod`, `parataxis`, `pcomp`, `pobj`, `preconj`, `predet`, `prep`, `punct`, `quantmod`, `xcomp` |
82
- | **`ner`** | `ENTITY` |
83
  | **`textcat_multilabel`** | `AAA` |
84
 
85
  </details>
 
60
  | Feature | Description |
61
  | --- | --- |
62
  | **Name** | `en_scispaCy_aaa_classification` |
63
+ | **Version** | `1.0.0` |
64
  | **spaCy** | `>=3.7.4,<3.8.0` |
65
  | **Default Pipeline** | `tok2vec`, `tagger`, `attribute_ruler`, `lemmatizer`, `parser`, `ner`, `textcat_multilabel` |
66
  | **Components** | `tok2vec`, `tagger`, `attribute_ruler`, `lemmatizer`, `parser`, `ner`, `textcat_multilabel` |
67
  | **Vectors** | 4087446 keys, 50000 unique vectors (200 dimensions) |
68
  | **Sources** | n/a |
69
+ | **License** | GPL v3|
70
+ | **Author** | Daniel C Thompson |
71
 
72
  ### Label Scheme
73
 
 
76
  <summary>View label scheme (99 labels for 4 components)</summary>
77
 
78
  | Component | Labels |
79
+
 
 
 
80
  | **`textcat_multilabel`** | `AAA` |
81
 
82
  </details>