DistilBERT β€” Product Review Sentiment Analysis

A DistilBERT model fine-tuned for sentiment analysis on English-language product reviews.

Video walkthrough: ML Hyperproductivity with Hugging Face β€” part 1: AutoML with AutoNLP

Model Details

Detail Value
Base model distilbert-base-uncased
Task Sentiment analysis (text classification)
Language English
Dataset generated_reviews_enth

Usage

from transformers import pipeline

classifier = pipeline("sentiment-analysis", model="juliensimon/reviews-sentiment-analysis")
classifier("This product is amazing, best purchase I've made!")

Resources

  • A notebook for Amazon SageMaker is available in the code subfolder.
Downloads last month
132
Safetensors
Model size
67M params
Tensor type
F32
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Dataset used to train juliensimon/reviews-sentiment-analysis

Spaces using juliensimon/reviews-sentiment-analysis 7