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

pratyushee
/
assamese-sentiment-analysis

Text Classification
Transformers
Assamese
sentiment-analysis
assamese
Model card Files Files and versions
xet
Community

Instructions to use pratyushee/assamese-sentiment-analysis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use pratyushee/assamese-sentiment-analysis with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="pratyushee/assamese-sentiment-analysis")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("pratyushee/assamese-sentiment-analysis", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
assamese-sentiment-analysis
196 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
pratyushee's picture
pratyushee
Upload assamese_sentiment_analysis_model.ipynb
125efb0 verified 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    4.29 kB
    Update README.md 10 months ago
  • assamese_sentiment_analysis_model.ipynb
    190 kB
    Upload assamese_sentiment_analysis_model.ipynb 10 months ago
  • requirements.txt
    102 Bytes
    Update requirements.txt 10 months ago