amazingvk786's picture
Update README.md
a4bb0d1 verified
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