Instructions to use DanielHellebust/cycLingoNER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use DanielHellebust/cycLingoNER with spaCy:
!pip install https://huggingface.co/DanielHellebust/cycLingoNER/resolve/main/cycLingoNER-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("cycLingoNER") # Importing as module. import cycLingoNER nlp = cycLingoNER.load() - Notebooks
- Google Colab
- Kaggle
Commit ·
cdcd367
1
Parent(s): 3ec084e
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ tags:
|
|
| 7 |
- customNER
|
| 8 |
- bicycle
|
| 9 |
- ner
|
| 10 |
-
pipeline_tag:
|
| 11 |
---
|
| 12 |
# Model Card cycLingoNER model
|
| 13 |
|
|
|
|
| 7 |
- customNER
|
| 8 |
- bicycle
|
| 9 |
- ner
|
| 10 |
+
pipeline_tag: token-classification
|
| 11 |
---
|
| 12 |
# Model Card cycLingoNER model
|
| 13 |
|