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

  • Log In
  • Sign Up

dchaplinsky
/
uk_ner_web_trf_base

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

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

  • Libraries
  • spaCy

    How to use dchaplinsky/uk_ner_web_trf_base with spaCy:

    !pip install https://huggingface.co/dchaplinsky/uk_ner_web_trf_base/resolve/main/uk_ner_web_trf_base-any-py3-none-any.whl
    
    # Using spacy.load().
    import spacy
    nlp = spacy.load("uk_ner_web_trf_base")
    
    # Importing as module.
    import uk_ner_web_trf_base
    nlp = uk_ner_web_trf_base.load()
  • Notebooks
  • Google Colab
  • Kaggle
uk_ner_web_trf_base / ner
451 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
dchaplinsky's picture
dchaplinsky
Adding the rest of the files
78a02e2 over 3 years ago
  • cfg
    221 Bytes
    Adding the rest of the files over 3 years ago
  • model
    450 kB
    xet
    Adding the rest of the files over 3 years ago
  • moves
    251 Bytes
    Adding the rest of the files over 3 years ago