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

  • Log In
  • Sign Up

NimmyhBas
/
en_core_web_sm

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

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

  • Libraries
  • spaCy

    How to use NimmyhBas/en_core_web_sm with spaCy:

    !pip install https://huggingface.co/NimmyhBas/en_core_web_sm/resolve/main/en_core_web_sm-any-py3-none-any.whl
    
    # Using spacy.load().
    import spacy
    nlp = spacy.load("en_core_web_sm")
    
    # Importing as module.
    import en_core_web_sm
    nlp = en_core_web_sm.load()
  • Notebooks
  • Google Colab
  • Kaggle
en_core_web_sm / parser
322 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
NimmyhBas's picture
NimmyhBas
Update spaCy pipeline
7d6af26 verified over 1 year ago
  • cfg
    222 Bytes
    Update spaCy pipeline over 1 year ago
  • model
    320 kB
    Update spaCy pipeline over 1 year ago
  • moves
    1.57 kB
    Update spaCy pipeline over 1 year ago