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

mahekgheewala
/
sentimental_analysis_updated

Text Classification
sentence-transformers
Safetensors
English
hybrid-sentiment-classifier
sentiment-analysis
multiclass-classification
xgboost
reddit
hybrid-model
Model card Files Files and versions
xet
Community

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

  • Libraries
  • sentence-transformers

    How to use mahekgheewala/sentimental_analysis_updated with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("mahekgheewala/sentimental_analysis_updated")
    
    sentences = [
        "The weather is lovely today.",
        "It's so sunny outside!",
        "He drove to the stadium."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [3, 3]
  • Notebooks
  • Google Colab
  • Kaggle
sentimental_analysis_updated
442 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
mahekgheewala's picture
mahekgheewala
Upload sentiment_pipeline.pkl
379a22a verified 10 months ago
  • sentence_transformer
    Upload Reddit Sentiment Analysis Hybrid Model 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    3.82 kB
    Upload Reddit Sentiment Analysis Hybrid Model 10 months ago
  • config.json
    275 Bytes
    Upload Reddit Sentiment Analysis Hybrid Model 10 months ago
  • requirements.txt
    155 Bytes
    Upload Reddit Sentiment Analysis Hybrid Model 10 months ago
  • sentiment_pipeline.pkl

    Detected Pickle imports (4)

    • "builtins.bytearray",
    • "collections.OrderedDict",
    • "xgboost.sklearn.XGBClassifier",
    • "xgboost.core.Booster"

    How to fix it?

    1.45 MB
    xet
    Upload sentiment_pipeline.pkl 10 months ago
  • xgboost_model.pkl

    Detected Pickle imports (4)

    • "builtins.bytearray",
    • "collections.OrderedDict",
    • "xgboost.sklearn.XGBClassifier",
    • "xgboost.core.Booster"

    How to fix it?

    1.45 MB
    xet
    Upload Reddit Sentiment Analysis Hybrid Model 10 months ago