Instructions to use chcaa/da_dacy_medium_ner_fine_grained with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use chcaa/da_dacy_medium_ner_fine_grained with spaCy:
!pip install https://huggingface.co/chcaa/da_dacy_medium_ner_fine_grained/resolve/main/da_dacy_medium_ner_fine_grained-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("da_dacy_medium_ner_fine_grained") # Importing as module. import da_dacy_medium_ner_fine_grained nlp = da_dacy_medium_ner_fine_grained.load() - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -34,7 +34,8 @@ At the time of publishing this model, also included in DaCy encorporates the onl
|
|
| 34 |
Moreover, DaCy's largest pipeline has achieved State-of-the-Art performance on Named entity recognition, part-of-speech tagging and dependency parsing for Danish on the DaNE dataset.
|
| 35 |
Check out the [DaCy repository](https://github.com/centre-for-humanities-computing/DaCy) for material on how to use DaCy and reproduce the results.
|
| 36 |
DaCy also contains guides on usage of the package as well as behavioural test for biases and robustness of Danish NLP pipelines.
|
| 37 |
-
|
|
|
|
| 38 |
|
| 39 |
| Feature | Description |
|
| 40 |
| --- | --- |
|
|
|
|
| 34 |
Moreover, DaCy's largest pipeline has achieved State-of-the-Art performance on Named entity recognition, part-of-speech tagging and dependency parsing for Danish on the DaNE dataset.
|
| 35 |
Check out the [DaCy repository](https://github.com/centre-for-humanities-computing/DaCy) for material on how to use DaCy and reproduce the results.
|
| 36 |
DaCy also contains guides on usage of the package as well as behavioural test for biases and robustness of Danish NLP pipelines.
|
| 37 |
+
|
| 38 |
+
For information about the use of this model as well as guides to its use, please refer to [DaCys documentation](https://centre-for-humanities-computing.github.io/DaCy/using_dacy.html).
|
| 39 |
|
| 40 |
| Feature | Description |
|
| 41 |
| --- | --- |
|