Kushtrim/norbert3-large-norsk-sentiment-sst2
Text Classification
•
Updated
•
35
•
2
The dataset is a Norwegian 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_nob": 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_nob
: Norwegian translation of the sentence.