Token Classification
spaCy
Danish
dacy
danish
pos tagging
morphological analysis
dependency parsing
named entity recognition
Eval Results (legacy)
Instructions to use chcaa/da_dacy_tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use chcaa/da_dacy_tiny with spaCy:
!pip install https://huggingface.co/chcaa/da_dacy_tiny/resolve/main/da_dacy_tiny-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("da_dacy_tiny") # Importing as module. import da_dacy_tiny nlp = da_dacy_tiny.load() - Notebooks
- Google Colab
- Kaggle
| { | |
| "label_smoothing":0.05, | |
| "labels":[ | |
| "ADJ", | |
| "ADP", | |
| "ADV", | |
| "AUX", | |
| "CCONJ", | |
| "DET", | |
| "INTJ", | |
| "NOUN", | |
| "NUM", | |
| "PART", | |
| "PRON", | |
| "PROPN", | |
| "PUNCT", | |
| "Polarity=Neg", | |
| "SCONJ", | |
| "SYM", | |
| "VERB", | |
| "X" | |
| ], | |
| "neg_prefix":"!", | |
| "overwrite":false | |
| } |