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

lawinsider
/
uk_ner_spacy

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

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

  • Libraries
  • spaCy

    How to use lawinsider/uk_ner_spacy with spaCy:

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