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

  • Log In
  • Sign Up

MANMEET75
/
SentimentAnalysis-IMDB

Text Classification
Transformers
TensorBoard
Safetensors
modernbert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use MANMEET75/SentimentAnalysis-IMDB with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use MANMEET75/SentimentAnalysis-IMDB with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="MANMEET75/SentimentAnalysis-IMDB")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("MANMEET75/SentimentAnalysis-IMDB")
    model = AutoModelForSequenceClassification.from_pretrained("MANMEET75/SentimentAnalysis-IMDB")
  • Notebooks
  • Google Colab
  • Kaggle
SentimentAnalysis-IMDB / runs
13.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
MANMEET75's picture
MANMEET75
Training in progress, epoch 2
f013c2b verified about 1 year ago
  • Feb10_11-16-57_data-science-exp2
    Training in progress, epoch 2 about 1 year ago