spacy-models
Collection
German spaCy models trained on German UD-HDT and on a collection of gold and silver standard NER corpora • 6 items • Updated
How to use zentrum-lexikographie/de_wikiner_dist with spaCy:
!pip install https://huggingface.co/zentrum-lexikographie/de_wikiner_dist/resolve/main/de_wikiner_dist-any-py3-none-any.whl
# Using spacy.load().
import spacy
nlp = spacy.load("de_wikiner_dist")
# Importing as module.
import de_wikiner_dist
nlp = de_wikiner_dist.load()| Feature | Description |
|---|---|
| Name | de_wikiner_dist |
| Version | 1.0.0 |
| spaCy | >=3.8.7,<3.9.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 |
| Component | Labels |
|---|---|
ner |
LOC, MISC, ORG, PER |
| Type | Score |
|---|---|
ENTS_F |
88.24 |
ENTS_P |
88.72 |
ENTS_R |
87.77 |
TRANSFORMER_LOSS |
17774.59 |
NER_LOSS |
82859.91 |