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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

niharikanath
/
assamese-sentiment-analysis

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

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="niharikanath/assamese-sentiment-analysis")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("niharikanath/assamese-sentiment-analysis", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
assamese-sentiment-analysis
196 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
niharikanath's picture
niharikanath
Update README.md
23cf669 verified 17 days ago
  • .gitattributes
    1.52 kB
    initial commit 17 days ago
  • README.md
    4.3 kB
    Update README.md 17 days ago
  • assamese_sentiment_analysis_model.ipynb
    190 kB
    Upload 3 files 17 days ago
  • requirements.txt
    102 Bytes
    Upload 3 files 17 days ago