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

  • Log In
  • Sign Up

d4data
/
en_pipeline

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

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

  • Libraries
  • spaCy

    How to use d4data/en_pipeline with spaCy:

    !pip install https://huggingface.co/d4data/en_pipeline/resolve/main/en_pipeline-any-py3-none-any.whl
    
    # Using spacy.load().
    import spacy
    nlp = spacy.load("en_pipeline")
    
    # Importing as module.
    import en_pipeline
    nlp = en_pipeline.load()
  • Notebooks
  • Google Colab
  • Kaggle
en_pipeline / ner
207 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
deepak
new feature
b905ed0 over 4 years ago
  • cfg
    221 Bytes
    xet
    new feature over 4 years ago
  • model
    207 kB
    xet
    new feature over 4 years ago
  • moves
    123 Bytes
    xet
    new feature over 4 years ago