|
| 1 | +Metadata-Version: 2.1 |
| 2 | +Name: en_core_sci_sm |
| 3 | +Version: 0.5.4 |
| 4 | +Summary: Spacy Models for Biomedical Text. |
| 5 | +Home-page: https://allenai.github.io/SciSpaCy/ |
| 6 | +Author: Allen Institute for Artificial Intelligence |
| 7 | + |
| 8 | +License: CC BY-SA 3.0 |
| 9 | +Requires-Dist: spacy<3.8.0,>=3.7.4 |
| 10 | + |
| 11 | +Spacy Models for Biomedical Text. |
| 12 | + |
| 13 | +| Feature | Description | |
| 14 | +| --- | --- | |
| 15 | +| **Name** | `en_core_sci_sm` | |
| 16 | +| **Version** | `0.5.4` | |
| 17 | +| **spaCy** | `>=3.7.4,<3.8.0` | |
| 18 | +| **Default Pipeline** | `tok2vec`, `tagger`, `attribute_ruler`, `lemmatizer`, `parser`, `ner` | |
| 19 | +| **Components** | `tok2vec`, `tagger`, `attribute_ruler`, `lemmatizer`, `parser`, `ner` | |
| 20 | +| **Vectors** | 0 keys, 0 unique vectors (0 dimensions) | |
| 21 | +| **Sources** | OntoNotes 5<br>Common Crawl<br>GENIA 1.0 | |
| 22 | +| **License** | `CC BY-SA 3.0` | |
| 23 | +| **Author** | [Allen Institute for Artificial Intelligence](https://allenai.github.io/SciSpaCy/) | |
| 24 | + |
| 25 | +### Label Scheme |
| 26 | + |
| 27 | +<details> |
| 28 | + |
| 29 | +<summary>View label scheme (98 labels for 3 components)</summary> |
| 30 | + |
| 31 | +| Component | Labels | |
| 32 | +| --- | --- | |
| 33 | +| **`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`, ```` | |
| 34 | +| **`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` | |
| 35 | +| **`ner`** | `ENTITY` | |
| 36 | + |
| 37 | +</details> |
| 38 | + |
| 39 | +### Accuracy |
| 40 | + |
| 41 | +| Type | Score | |
| 42 | +| --- | --- | |
| 43 | +| `TAG_ACC` | 0.00 | |
| 44 | +| `LEMMA_ACC` | 0.00 | |
| 45 | +| `DEP_UAS` | 0.00 | |
| 46 | +| `DEP_LAS` | 0.00 | |
| 47 | +| `DEP_LAS_PER_TYPE` | 0.00 | |
| 48 | +| `SENTS_P` | 0.00 | |
| 49 | +| `SENTS_R` | 0.00 | |
| 50 | +| `SENTS_F` | 0.00 | |
| 51 | +| `ENTS_F` | 67.95 | |
| 52 | +| `ENTS_P` | 68.60 | |
| 53 | +| `ENTS_R` | 67.32 | |
| 54 | +| `NER_LOSS` | 18662917.16 | |
0 commit comments