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