How to use from the
Use from the
spaCy library
!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()

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.

Downloads last month
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support