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