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
by gregoriopellegrino - opened
Hi,
thanks for this great work. Unfortunately tokenizers 0.12.1 cannot be installed on mac with M1 or M2 chips. Would it be possible to update tokenizers dependencies to at least version 0.13?
Thank you,
Gregory