Update spaCy pipeline cda79c6
danielvasic commited on
How to use danielvasic/hr_hroberta_pipeline with spaCy:
!pip install https://huggingface.co/danielvasic/hr_hroberta_pipeline/resolve/main/hr_hroberta_pipeline-any-py3-none-any.whl
# Using spacy.load().
import spacy
nlp = spacy.load("hr_hroberta_pipeline")
# Importing as module.
import hr_hroberta_pipeline
nlp = hr_hroberta_pipeline.load()