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