CoolFace
Datasetpublic

SergeiM89/CRCD-sentiment-balanced-3class

CRCD Balanced Sentiment Dataset A cleaned and balanced English dataset for three-class sentiment classification of customer and product reviews. Dataset contents Each record contains two fields: text — the review text label — the numerical sentiment label Label mapping Label Sentiment 0 negative 1 neutral 2 positive Class distribution Split Total Negative Neutral Positive train 5,551 1,851 1,850 1,850… See the full description on the dataset page: https://huggingface.co/datasets/SergeiM89/CRCD-sentiment-balanced-3class.

sourceHugging Faceupdated 12d agoView on Hugging Face
0likes50downloads
Dataset Card

CRCD Balanced Sentiment Dataset

A cleaned and balanced English dataset for three-class sentiment classification of customer and product reviews.

Dataset contents

Each record contains two fields:

  • —text — the review text
  • —label — the numerical sentiment label

Label mapping

LabelSentiment
0negative
1neutral
2positive

Class distribution

SplitTotalNegativeNeutralPositive
train5,5511,8511,8501,850
validation1,850616617617
test1,851617617617

Source

The dataset was prepared from the CRSD dataset.

The data was cleaned, balanced, and divided into training, validation, and test splits for DistilBERT fine-tuning.