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

NikosKprl
/
en_deberta_v3_base_ner_activity

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

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

  • Libraries
  • spaCy

    How to use NikosKprl/en_deberta_v3_base_ner_activity with spaCy:

    !pip install https://huggingface.co/NikosKprl/en_deberta_v3_base_ner_activity/resolve/main/en_deberta_v3_base_ner_activity-any-py3-none-any.whl
    
    # Using spacy.load().
    import spacy
    nlp = spacy.load("en_deberta_v3_base_ner_activity")
    
    # Importing as module.
    import en_deberta_v3_base_ner_activity
    nlp = en_deberta_v3_base_ner_activity.load()
  • Notebooks
  • Google Colab
  • Kaggle
en_deberta_v3_base_ner_activity / ner
208 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
NikosKprl's picture
NikosKprl
Update spaCy pipeline
23b3a7f verified 4 months ago
  • cfg
    236 Bytes
    Update spaCy pipeline 4 months ago
  • model
    207 kB
    xet
    Update spaCy pipeline 4 months ago
  • moves
    143 Bytes
    Update spaCy pipeline 4 months ago