Token Classification
spaCy
Danish
dacy
danish
pos tagging
morphological analysis
lemmatization
dependency parsing
named entity recognition
coreference resolution
named entity linking
named entity disambiguation
Eval Results (legacy)
Instructions to use chcaa/da_dacy_small_trf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use chcaa/da_dacy_small_trf with spaCy:
!pip install https://huggingface.co/chcaa/da_dacy_small_trf/resolve/main/da_dacy_small_trf-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("da_dacy_small_trf") # Importing as module. import da_dacy_small_trf nlp = da_dacy_small_trf.load() - Notebooks
- Google Colab
- Kaggle
Omar Sanseviero commited on
Commit ·
7c1f735
1
Parent(s): 8de9afb
Update spaCy pipeline
Browse files
README.md
CHANGED
|
@@ -1,3 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
<a href="https://github.com/centre-for-humanities-computing/Dacy"><img src="https://centre-for-humanities-computing.github.io/DaCy/_static/icon.png" width="175" height="175" align="right" /></a>
|
| 3 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- spacy
|
| 4 |
+
- token-classification
|
| 5 |
+
language:
|
| 6 |
+
- da
|
| 7 |
+
license: Apache-2.0-License
|
| 8 |
+
model-index:
|
| 9 |
+
- name: da_dacy_small_trf
|
| 10 |
+
results:
|
| 11 |
+
- task:
|
| 12 |
+
name: NER
|
| 13 |
+
type: token-classification
|
| 14 |
+
metrics:
|
| 15 |
+
- name: NER Precision
|
| 16 |
+
type: precision
|
| 17 |
+
value: 0.81724846
|
| 18 |
+
- name: NER Recall
|
| 19 |
+
type: recall
|
| 20 |
+
value: 0.8291666667
|
| 21 |
+
- name: NER F Score
|
| 22 |
+
type: f_score
|
| 23 |
+
value: 0.8231644261
|
| 24 |
+
- task:
|
| 25 |
+
name: SENTER
|
| 26 |
+
type: token-classification
|
| 27 |
+
metrics:
|
| 28 |
+
- name: SENTER Precision
|
| 29 |
+
type: precision
|
| 30 |
+
value: 0.8603839442
|
| 31 |
+
- name: SENTER Recall
|
| 32 |
+
type: recall
|
| 33 |
+
value: 0.8741134752
|
| 34 |
+
- name: SENTER F Score
|
| 35 |
+
type: f_score
|
| 36 |
+
value: 0.8671943712
|
| 37 |
+
- task:
|
| 38 |
+
name: UNLABELED_DEPENDENCIES
|
| 39 |
+
type: token-classification
|
| 40 |
+
metrics:
|
| 41 |
+
- name: Unlabeled Dependencies Accuracy
|
| 42 |
+
type: accuracy
|
| 43 |
+
value: 0.8492442546
|
| 44 |
+
- task:
|
| 45 |
+
name: LABELED_DEPENDENCIES
|
| 46 |
+
type: token-classification
|
| 47 |
+
metrics:
|
| 48 |
+
- name: Labeled Dependencies Accuracy
|
| 49 |
+
type: accuracy
|
| 50 |
+
value: 0.8492442546
|
| 51 |
+
---
|
| 52 |
|
| 53 |
<a href="https://github.com/centre-for-humanities-computing/Dacy"><img src="https://centre-for-humanities-computing.github.io/DaCy/_static/icon.png" width="175" height="175" align="right" /></a>
|
| 54 |
|