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

Sathiyapramod
/
my_sentiment_analysis

Text Classification
Transformers
PyTorch
sentiment-analysis
gradio
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Sathiyapramod/my_sentiment_analysis with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Sathiyapramod/my_sentiment_analysis")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Sathiyapramod/my_sentiment_analysis", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
my_sentiment_analysis
118 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Sathiyapramod's picture
Sathiyapramod
Update README.md
9021671 verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    825 Bytes
    Update README.md 4 months ago
  • sentiment_analysis_models.ipynb
    116 kB
    feat: added sentiment_analysis_models 4 months ago