en_pipeline / README.md
Saurabh1105's picture
Update spaCy pipeline
04c7210
---
tags:
- spacy
- token-classification
language:
- en
model-index:
- name: en_pipeline
results:
- task:
name: NER
type: token-classification
metrics:
- name: NER Precision
type: precision
value: 0.898989899
- name: NER Recall
type: recall
value: 0.8682926829
- name: NER F Score
type: f_score
value: 0.8833746898
---
| Feature | Description |
| --- | --- |
| **Name** | `en_pipeline` |
| **Version** | `0.0.0` |
| **spaCy** | `>=3.5.1,<3.6.0` |
| **Default Pipeline** | `tok2vec`, `ner` |
| **Components** | `tok2vec`, `ner` |
| **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
| **Sources** | n/a |
| **License** | n/a |
| **Author** | [n/a]() |
### Label Scheme
<details>
<summary>View label scheme (7 labels for 1 components)</summary>
| Component | Labels |
| --- | --- |
| **`ner`** | `DURATION`, `LOC`, `MISC`, `MONEY`, `ORG`, `PER`, `REASON` |
</details>
### Accuracy
| Type | Score |
| --- | --- |
| `ENTS_F` | 88.34 |
| `ENTS_P` | 89.90 |
| `ENTS_R` | 86.83 |
| `TOK2VEC_LOSS` | 322.84 |
| `NER_LOSS` | 4541.55 |