Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

KonstIT
/
Crypto_NER

Token Classification
spaCy
English
Named Entity Recognition Model
NER
Cryptocurrency
Crypto
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use KonstIT/Crypto_NER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • spaCy

    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()
  • Notebooks
  • Google Colab
  • Kaggle
Crypto_NER / ner
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
KonstIT's picture
KonstIT
Update spaCy pipeline
1dce441 about 3 years ago
  • cfg
    221 Bytes
    Update spaCy pipeline about 3 years ago
  • model
    220 kB
    Update spaCy pipeline about 3 years ago
  • moves
    227 Bytes
    Update spaCy pipeline about 3 years ago