en_pipeline / README.md
drastimehta's picture
Update spaCy pipeline
9411d64 verified
---
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.8115543329
- name: NER Recall
type: recall
value: 0.8563134978
- name: NER F Score
type: f_score
value: 0.8333333333
---
| Feature | Description |
| --- | --- |
| **Name** | `en_pipeline` |
| **Version** | `0.0.0` |
| **spaCy** | `>=3.7.3,<3.8.0` |
| **Default Pipeline** | `transformer`, `ner` |
| **Components** | `transformer`, `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 (17 labels for 1 components)</summary>
| Component | Labels |
| --- | --- |
| **`ner`** | `Degree`, `Desc Responsibility`, `Edu Desc`, `Edu End Date`, `Edu Start Date`, `Email`, `Employer Names`, `Institution`, `Links`, `Location`, `Name`, `Phone`, `Position`, `Skills`, `Work End Date`, `Work Location`, `Work Start Date` |
</details>
### Accuracy
| Type | Score |
| --- | --- |
| `ENTS_F` | 83.33 |
| `ENTS_P` | 81.16 |
| `ENTS_R` | 85.63 |
| `TRANSFORMER_LOSS` | 39026.84 |
| `NER_LOSS` | 1290990.48 |