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