andreids's picture
Update spaCy pipeline
5ba2eab
|
raw
history blame
No virus
1.1 kB
---
tags:
- spacy
- token-classification
language:
- en
model-index:
- name: en_ner_sender_recipient
results:
- task:
name: NER
type: token-classification
metrics:
- name: NER Precision
type: precision
value: 0.3507720105
- name: NER Recall
type: recall
value: 0.1265969114
- name: NER F Score
type: f_score
value: 0.1860475247
---
| Feature | Description |
| --- | --- |
| **Name** | `en_ner_sender_recipient` |
| **Version** | `0.0.2` |
| **spaCy** | `>=3.4.3,<3.5.0` |
| **Default Pipeline** | `tok2vec`, `ner` |
| **Components** | `tok2vec`, `ner` |
| **Vectors** | 514157 keys, 20000 unique vectors (300 dimensions) |
| **Sources** | n/a |
| **License** | n/a |
| **Author** | [n/a]() |
### Label Scheme
<details>
<summary>View label scheme (2 labels for 1 components)</summary>
| Component | Labels |
| --- | --- |
| **`ner`** | `RECIPIENT`, `SENDER` |
</details>
### Accuracy
| Type | Score |
| --- | --- |
| `ENTS_F` | 18.60 |
| `ENTS_P` | 35.08 |
| `ENTS_R` | 12.66 |
| `TOK2VEC_LOSS` | 385.52 |
| `NER_LOSS` | 4421.31 |