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

  • Log In
  • Sign Up

DineshKumar1329
/
Sentiment_Analysis

Text Classification
Scikit-learn
Joblib
English
code
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Scikit-learn

    How to use DineshKumar1329/Sentiment_Analysis with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("DineshKumar1329/Sentiment_Analysis", "sklearn_model.joblib")
    )
    # only load pickle files from sources you trust
    # read more about it here https://skops.readthedocs.io/en/stable/persistence.html
  • Notebooks
  • Google Colab
  • Kaggle
Sentiment_Analysis
24.4 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 23 commits
DineshKumar1329's picture
DineshKumar1329
Update README.md
e4bef3e verified almost 2 years ago
  • datasets
    Upload 4 files almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    1.89 kB
    Update README.md almost 2 years ago
  • sklearn_model.joblib
    22 MB
    xet
    Rename Sentiment_classifier_model.joblib to sklearn_model.joblib almost 2 years ago
  • vectorizer_model.joblib
    2.26 MB
    xet
    Rename sklearn_model1.joblib to vectorizer_model.joblib almost 2 years ago