How to use ArielUW/pl_hacknationNER with spaCy:
!pip install https://huggingface.co/ArielUW/pl_hacknationNER/resolve/main/pl_hacknationNER-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("pl_hacknationNER") # Importing as module. import pl_hacknationNER nlp = pl_hacknationNER.load()
The community tab is the place to discuss and collaborate with the HF community!