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