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
Update to newer versions of Spacy&Python
#3
by exp386 - opened
Hi,
I tried to install your model but it crashed my Spacy version (in the sense that I have to uninstall it and reinstall). I don't know if the problem is with Spacy or with the new Python 3.6 (in fact with the latest py version there are problems with cuda and consequently with transformers) or both, but it would be great if your model could run also with more recent version of Spacy&Py. Do you plan to do so?
Thanks