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

victorialslocum
/
en_reciparse_model

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

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

  • Libraries
  • spaCy

    How to use victorialslocum/en_reciparse_model with spaCy:

    !pip install https://huggingface.co/victorialslocum/en_reciparse_model/resolve/main/en_reciparse_model-any-py3-none-any.whl
    
    # Using spacy.load().
    import spacy
    nlp = spacy.load("en_reciparse_model")
    
    # Importing as module.
    import en_reciparse_model
    nlp = en_reciparse_model.load()
  • Notebooks
  • Google Colab
  • Kaggle
en_reciparse_model
13.1 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
victorialslocum's picture
victorialslocum
update example text
de6d657 almost 4 years ago
  • ner
    add model almost 4 years ago
  • tok2vec
    add model almost 4 years ago
  • vocab
    add model almost 4 years ago
  • .gitattributes
    1.47 kB
    add gitattributes and readme almost 4 years ago
  • README.md
    1.07 kB
    update example text almost 4 years ago
  • config.cfg
    2.81 kB
    add model almost 4 years ago
  • en_reciparse_model-any-py3-none-any.whl
    6.21 MB
    xet
    change model name almost 4 years ago
  • meta.json
    815 Bytes
    add model almost 4 years ago
  • setup.py
    2.05 kB
    add model almost 4 years ago
  • tokenizer
    78.1 kB
    add model almost 4 years ago