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

  • Log In
  • Sign Up

Salommee
/
Sentiment_Analysis

Text Classification
Transformers
English
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Salommee/Sentiment_Analysis with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Salommee/Sentiment_Analysis")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Salommee/Sentiment_Analysis", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Sentiment_Analysis
248 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Salommee's picture
Salommee
Create README.md
362e76d verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    179 Bytes
    Create README.md 4 months ago
  • SentimentAnalysis.ipynb
    247 kB
    Upload SentimentAnalysis.ipynb 4 months ago