Add sentiment dataset
Browse files- sentiment_data.csv +5 -0
sentiment_data.csv
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
text,label
|
| 2 |
+
I love this product,1
|
| 3 |
+
This is a terrible product,0
|
| 4 |
+
Great quality,1
|
| 5 |
+
Not worth the price,0
|