Instructions to use cbruinsm/en_Coff_Ev1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use cbruinsm/en_Coff_Ev1 with spaCy:
!pip install https://huggingface.co/cbruinsm/en_Coff_Ev1/resolve/main/en_Coff_Ev1-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("en_Coff_Ev1") # Importing as module. import en_Coff_Ev1 nlp = en_Coff_Ev1.load() - Notebooks
- Google Colab
- Kaggle