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