Instructions to use constantinSch/LandmarkNER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use constantinSch/LandmarkNER with spaCy:
!pip install https://huggingface.co/constantinSch/LandmarkNER/resolve/main/LandmarkNER-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("LandmarkNER") # Importing as module. import LandmarkNER nlp = LandmarkNER.load() - Notebooks
- Google Colab
- Kaggle
Introduction
German Named Entity Recognition model for recognizing Bavarian landmarks. Fine-tuned "bert-base-german-cased" with 6450 annotated sentences of which 1467 contained landmarks, from subtitles of videos from Bayerischer Rundfunk.
| Feature | Description |
|---|---|
| Name | de_pipeline |
| Version | 0.1.0 |
| spaCy | >=3.3.0,<3.4.0 |
| Default Pipeline | transformer, ner |
| Components | transformer, ner |
| Vectors | 0 keys, 0 unique vectors (0 dimensions) |
| Sources | n/a |
| License | n/a |
| Author | Constantin Förster |
Label Scheme
View label scheme (1 labels for 1 components)
| Component | Labels |
|---|---|
ner |
LM |
Accuracy
| Type | Score |
|---|---|
ENTS_F |
85.39 |
ENTS_P |
83.79 |
ENTS_R |
87.05 |
TRANSFORMER_LOSS |
4216.96 |
NER_LOSS |
78511.31 |
- Downloads last month
- 4
Space using constantinSch/LandmarkNER 1
Evaluation results
- NER Precisionself-reported0.838
- NER Recallself-reported0.870
- NER F Scoreself-reported0.854