amazingvk786 commited on
Commit
95ae475
1 Parent(s): c62b925

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ title: Deduplicated Movie Reviews
2
+ description: A dataset of deduplicated movie reviews with sentiment ratings. (Originally created by you)
3
+ format: csv
4
+ features:
5
+ review:
6
+ type: string
7
+ sentiment:
8
+ type: class
9
+ labels: ["positive", "negative"]
10
+ split: # Assuming you have separate train and test CSV files
11
+ train: train.csv
12
+ test: test.csv
13
+ citation: # Citation for your dataset (replace with appropriate information)
14
+ This dataset was originally created by [your Hugging Face Hub username].