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

amarshiv86
/
sentiment-analysis-imdb-model

Text Classification
Transformers
Safetensors
English
sentiment-analysis
distilbert
imdb
mlops
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use amarshiv86/sentiment-analysis-imdb-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="amarshiv86/sentiment-analysis-imdb-model")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("amarshiv86/sentiment-analysis-imdb-model", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
sentiment-analysis-imdb-model / artifacts
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
amarshiv86's picture
amarshiv86
ci: update artifacts/confusion_matrix.png
bd38432 verified 5 months ago
  • confusion_matrix.png
    36.4 kB
    ci: update artifacts/confusion_matrix.png 5 months ago