This model is a fine-tuned DistilBERT model for sentiment classification of course reviews. It predicts whether a review is positive, neutral, or negative, and was trained on a labeled dataset of 100k Coursera reviews.
1from transformers import pipeline
2
3classifier = pipeline("text-classification", model="debojit01/course-review-sentiment")
4classifier("The course was extremely helpful and well-structured!")
Carbon emissions can be estimated using the
Machine Learning Impact calculator presented in
Lacoste et al. (2019).
Debojit Choudhury, Course Review Sentiment Classifier (2025), Hugging Face.
https://huggingface.co/debojit01/course-review-sentiment