de_dwds_ner_lg / README.md
gremid's picture
Update spaCy pipeline
e3f0199
---
tags:
- spacy
- token-classification
language:
- de
model-index:
- name: de_dwds_ner_lg
results:
- task:
name: NER
type: token-classification
metrics:
- name: NER Precision
type: precision
value: 0.8408126171
- name: NER Recall
type: recall
value: 0.8275410694
- name: NER F Score
type: f_score
value: 0.8341240565
---
| Feature | Description |
| --- | --- |
| **Name** | `de_dwds_ner_lg` |
| **Version** | `0.0.3` |
| **spaCy** | `>=3.7.1,<3.8.0` |
| **Default Pipeline** | `tok2vec`, `ner` |
| **Components** | `tok2vec`, `ner` |
| **Vectors** | 500000 keys, 500000 unique vectors (300 dimensions) |
| **Sources** | n/a |
| **License** | n/a |
| **Author** | [n/a]() |
### Label Scheme
<details>
<summary>View label scheme (4 labels for 1 components)</summary>
| Component | Labels |
| --- | --- |
| **`ner`** | `LOC`, `MISC`, `ORG`, `PER` |
</details>
### Accuracy
| Type | Score |
| --- | --- |
| `ENTS_F` | 83.41 |
| `ENTS_P` | 84.08 |
| `ENTS_R` | 82.75 |
| `TOK2VEC_LOSS` | 463649.14 |
| `NER_LOSS` | 844073.21 |