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