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

  • Log In
  • Sign Up

Srivardhan369
/
sentiment_analysis_model

Text Classification
Transformers
Keras
English
sentiment-analysis
tensorflow
huggingface
openai-embeddings
deep-learning
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Srivardhan369/sentiment_analysis_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Srivardhan369/sentiment_analysis_model")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Srivardhan369/sentiment_analysis_model", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
sentiment_analysis_model
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Srivardhan369's picture
Srivardhan369
Update README.md
219ecb0 verified over 1 year ago
  • .gitattributes
    1.59 kB
    Uploading trained sentiment model over 1 year ago
  • README.md
    298 Bytes
    Update README.md over 1 year ago
  • sentiment_analysis_model.h5
    1.18 MB
    xet
    Uploading trained sentiment model (.h5 version) over 1 year ago
  • sentiment_analysis_model.keras
    1.18 MB
    xet
    Uploading trained sentiment model over 1 year ago