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

  • Log In
  • Sign Up

Zlovoblachko
/
sentiment_parser

spaCy
English
Model card Files Files and versions
xet
Community

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

  • Libraries
  • spaCy

    How to use Zlovoblachko/sentiment_parser with spaCy:

    !pip install https://huggingface.co/Zlovoblachko/sentiment_parser/resolve/main/sentiment_parser-any-py3-none-any.whl
    
    # Using spacy.load().
    import spacy
    nlp = spacy.load("sentiment_parser")
    
    # Importing as module.
    import sentiment_parser
    nlp = sentiment_parser.load()
  • Notebooks
  • Google Colab
  • Kaggle
sentiment_parser / transformer
502 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Zlovoblachko's picture
Zlovoblachko
Update spaCy pipeline
20875ec about 3 years ago
  • cfg
    28 Bytes
    Update spaCy pipeline about 3 years ago
  • model
    502 MB
    xet
    Update spaCy pipeline about 3 years ago