File size: 455 Bytes
95ae475 a4bb0d1 95ae475 a4bb0d1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
title: Deduplicated Movie Reviews
description: A dataset of deduplicated movie reviews with sentiment ratings.
format: csv
features:
review:
type: string
sentiment:
type: class
labels: ["positive", "negative"]
split: # Assuming you have separate train and test CSV files
train: train.csv
test: test.csv
citation: # Citation for your dataset (replace with appropriate information)
This dataset was originally created by amazingvk786
|