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