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