🧠 Sentiment DistilBERT IMDb

This model is a fine-tuned version of DistilBERT-base-uncased on the IMDb movie review dataset for sentiment analysis.
It classifies text as Positive or Negative.

πŸ“Š Model Details

  • Base model: distilbert-base-uncased
  • Dataset: IMDb
  • Languages: English
  • Task: Sentiment Analysis
  • Framework: PyTorch (Transformers)

πŸš€ How to Use

from transformers import pipeline

classifier = pipeline("sentiment-analysis", model="hmnshudhmn24/sentiment-distilbert-imdb")
print(classifier("This movie was absolutely amazing!"))

🧩 Example Outputs

Input Output
"The movie was great!" POSITIVE
"It was a terrible experience" NEGATIVE

βš–οΈ License

Licensed under the Apache 2.0 License.

🏷️ Tags

distilbert sentiment-analysis nlp transformers imdb

Downloads last month
28
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for hmnshudhmn24/sentiment-distilbert-imdb

Finetuned
(10043)
this model

Dataset used to train hmnshudhmn24/sentiment-distilbert-imdb