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 tokenizers > 0.13
#4 opened over 2 years ago
by
gregoriopellegrino
Update to newer versions of Spacy&Python
👍 1
#3 opened about 3 years ago
by
exp386
Fine-tuning model
#2 opened over 3 years ago
by
zppcst