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

  • Log In
  • Sign Up

Sefaria
/
en_subref_ner

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

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

  • Libraries
  • spaCy

    How to use Sefaria/en_subref_ner with spaCy:

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