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