en_01_pipeline / README.md
regmisaugat59's picture
Update spaCy pipeline
93b8da5
---
tags:
- spacy
- token-classification
language:
- en
model-index:
- name: en_01_pipeline
results:
- task:
name: NER
type: token-classification
metrics:
- name: NER Precision
type: precision
value: 0.7179087007
- name: NER Recall
type: recall
value: 0.8034934498
- name: NER F Score
type: f_score
value: 0.7582938389
---
| Feature | Description |
| --- | --- |
| **Name** | `en_01_pipeline` |
| **Version** | `0.0.0` |
| **spaCy** | `>=3.5.3,<3.6.0` |
| **Default Pipeline** | `tok2vec`, `ner` |
| **Components** | `tok2vec`, `ner` |
| **Vectors** | 514157 keys, 514157 unique vectors (300 dimensions) |
| **Sources** | n/a |
| **License** | n/a |
| **Author** | [n/a]() |
### Label Scheme
<details>
<summary>View label scheme (3 labels for 1 components)</summary>
| Component | Labels |
| --- | --- |
| **`ner`** | `MEDICALCONDITION`, `MEDICINE`, `PATHOGEN` |
</details>
### Accuracy
| Type | Score |
| --- | --- |
| `ENTS_F` | 75.83 |
| `ENTS_P` | 71.79 |
| `ENTS_R` | 80.35 |
| `TOK2VEC_LOSS` | 9653.55 |
| `NER_LOSS` | 224125.66 |