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

spacy
/
en_core_web_lg

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

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

  • Libraries
  • spaCy

    How to use spacy/en_core_web_lg with spaCy:

    !pip install https://huggingface.co/spacy/en_core_web_lg/resolve/main/en_core_web_lg-any-py3-none-any.whl
    
    # Using spacy.load().
    import spacy
    nlp = spacy.load("en_core_web_lg")
    
    # Importing as module.
    import en_core_web_lg
    nlp = en_core_web_lg.load()
  • Notebooks
  • Google Colab
  • Kaggle
en_core_web_lg / parser
Ctrl+K
Ctrl+K
  • 5 contributors
History: 5 commits
adrianeboyd's picture
adrianeboyd
Update spaCy pipeline
78c48f8 over 3 years ago
  • cfg
    222 Bytes
    Update spaCy pipeline almost 5 years ago
  • model
    320 kB
    xet
    Update spaCy pipeline over 3 years ago
  • moves
    1.57 kB
    Update spaCy pipeline almost 4 years ago