Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

premrawat
/
en_ner_model

Token Classification
spaCy
English
Eval Results (legacy)
Model card Files Files and versions
xet
Community

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

  • Libraries
  • spaCy

    How to use premrawat/en_ner_model with spaCy:

    !pip install https://huggingface.co/premrawat/en_ner_model/resolve/main/en_ner_model-any-py3-none-any.whl
    
    # Using spacy.load().
    import spacy
    nlp = spacy.load("en_ner_model")
    
    # Importing as module.
    import en_ner_model
    nlp = en_ner_model.load()
  • Notebooks
  • Google Colab
  • Kaggle
en_ner_model / tok2vec
8.98 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
rawat999's picture
rawat999
Update spaCy pipeline
1d8f4a7 over 4 years ago
  • cfg
    4 Bytes
    Update spaCy pipeline over 4 years ago
  • model
    8.98 MB
    xet
    Update spaCy pipeline over 4 years ago