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
metadata
license: mit
language:
- en
library_name: spacy
tags:
- customNER
- bicycle
- ner
pipeline_tag: token-classification
Model Card cycLingoNER model
A custom NER model trained on custom dataset to detect bicycle specific terminology as entity. Trained on a blank spaCy model.