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

introduck
/
en_ner_vc_lg

Token Classification
spaCy
English
Model card Files Files and versions
xet
Community

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

  • Libraries
  • spaCy

    How to use introduck/en_ner_vc_lg with spaCy:

    !pip install https://huggingface.co/introduck/en_ner_vc_lg/resolve/main/en_ner_vc_lg-any-py3-none-any.whl
    
    # Using spacy.load().
    import spacy
    nlp = spacy.load("en_ner_vc_lg")
    
    # Importing as module.
    import en_ner_vc_lg
    nlp = en_ner_vc_lg.load()
  • Notebooks
  • Google Colab
  • Kaggle
en_ner_vc_lg
3.33 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
speqtr's picture
speqtr
yet another minor fix
533561e verified over 3 years ago
  • .gitattributes
    1.38 kB
    initial commit over 3 years ago
  • .gitignore
    29 Bytes
    custom endpoint handler over 3 years ago
  • README.md
    125 Bytes
    yet another minor fix over 3 years ago
  • handler.py
    1.38 kB
    yet another minor fix over 3 years ago
  • handler_test.py
    261 Bytes
    yet another minor fix over 3 years ago
  • requirements-dev.txt
    29 Bytes
    custom endpoint handler over 3 years ago
  • requirements.txt
    126 Bytes
    custom endpoint handler over 3 years ago