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