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