Holocaust NER
Collection
4 items • Updated
How to use placingholocaust/ph-md with spaCy:
!pip install https://huggingface.co/placingholocaust/ph-md/resolve/main/ph-md-any-py3-none-any.whl
# Using spacy.load().
import spacy
nlp = spacy.load("ph-md")
# Importing as module.
import ph-md
nlp = ph-md.load()This is a spaCy model trained as part of the placingholocaust spaCy project. Training and evaluation code, along with the dataset, can be found at the following URL: Placingholocaust SpaCy Project
| Metric | Value |
|---|---|
| Precision | 94 |
| Recall | 90.5 |
| F-Score | 92.2 |
| Label | Precision | Recall | F-Score |
|---|---|---|---|
| BUILDING | 95.2 | 92.8 | 94 |
| COUNTRY | 96.5 | 96.3 | 96.4 |
| DLF | 95 | 84.1 | 89.2 |
| ENV_FEATURES | 86.3 | 79.1 | 82.5 |
| INT_SPACE | 93.9 | 91.3 | 92.6 |
| NPIP | 94.5 | 82.4 | 88 |
| POPULATED_PLACE | 93 | 91.2 | 92.1 |
| REGION | 81.4 | 75.8 | 78.5 |
| SPATIAL_OBJ | 95.2 | 93.8 | 94.5 |