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