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

DaFull
/
en_core_web_sm_job

Text Classification
spaCy
English
token-classification
ner
Eval Results (legacy)
Model card Files Files and versions
xet
Community

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

  • Libraries
  • spaCy

    How to use DaFull/en_core_web_sm_job with spaCy:

    !pip install https://huggingface.co/DaFull/en_core_web_sm_job/resolve/main/en_core_web_sm_job-any-py3-none-any.whl
    
    # Using spacy.load().
    import spacy
    nlp = spacy.load("en_core_web_sm_job")
    
    # Importing as module.
    import en_core_web_sm_job
    nlp = en_core_web_sm_job.load()
  • Notebooks
  • Google Colab
  • Kaggle
en_core_web_sm_job / ner
6.16 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
DaFull's picture
DaFull
Update spaCy pipeline
e8e5310 over 2 years ago
  • cfg
    221 Bytes
    Update spaCy pipeline over 2 years ago
  • model
    6.16 MB
    xet
    Update spaCy pipeline over 2 years ago
  • moves
    1.25 kB
    Update spaCy pipeline over 2 years ago