Holocaust NER
Collection
4 items • Updated
How to use placingholocaust/en_ph_sm with spaCy:
!pip install https://huggingface.co/placingholocaust/en_ph_sm/resolve/main/en_ph_sm-any-py3-none-any.whl
# Using spacy.load().
import spacy
nlp = spacy.load("en_ph_sm")
# Importing as module.
import en_ph_sm
nlp = en_ph_sm.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.1 |
| Recall | 89.2 |
| F-Score | 91.6 |
| Label | Precision | Recall | F-Score |
|---|---|---|---|
| BUILDING | 94.7 | 90.2 | 92.4 |
| COUNTRY | 97.6 | 94.6 | 96.1 |
| DLF | 92.4 | 86.4 | 89.3 |
| ENV_FEATURES | 86.6 | 81.2 | 83.8 |
| INT_SPACE | 93.8 | 85.9 | 89.6 |
| NPIP | 92.7 | 86.4 | 89.4 |
| POPULATED_PLACE | 94 | 90.6 | 92.3 |
| REGION | 84.4 | 68.4 | 75.6 |
| SPATIAL_OBJ | 96 | 90 | 92.9 |