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

  • Log In
  • Sign Up

Duplicated from  kormilitzin/en_core_med7_lg

masapasa
/
meddner

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

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

  • Libraries
  • spaCy

    How to use masapasa/meddner with spaCy:

    !pip install https://huggingface.co/masapasa/meddner/resolve/main/meddner-any-py3-none-any.whl
    
    # Using spacy.load().
    import spacy
    nlp = spacy.load("meddner")
    
    # Importing as module.
    import meddner
    nlp = meddner.load()
  • Notebooks
  • Google Colab
  • Kaggle
meddner / ner
546 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
masapasa's picture
masapasa
Duplicate from kormilitzin/en_core_med7_lg
3cbab97 over 3 years ago
  • cfg
    221 Bytes
    Duplicate from kormilitzin/en_core_med7_lg over 3 years ago
  • model
    545 kB
    xet
    Duplicate from kormilitzin/en_core_med7_lg over 3 years ago
  • moves
    492 Bytes
    Duplicate from kormilitzin/en_core_med7_lg over 3 years ago