Kushtrim/bert-base-multilingual-cased-sq-sentiment-sst2
Text Classification
•
Updated
•
1
The dataset is a Albanian machine-translation of the Stanford Sentiment Treebank (SST-2). The original dataset comprises sentences extracted from movie reviews, accompanied by human annotations indicating their sentiment.
The dataset has the following structure:
{
"idx": int,
"sentence": str,
"label": int,
"sentence_alb": str
}
idx
: Monotonically increasing index ID.sentence
: Complete sentence expressing an opinion about a film.label
: Sentiment of the opinion, either "negative" (0) or positive (1). The test set labels are hidden (-1).sentence_alb
: Albanian translation of the sentence.