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