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