Commit
·
d71bff5
1
Parent(s):
bf12b1a
IMDB CI dataset
Browse files- test.csv +3 -0
- train.csv +3 -0
- unsupervised.csv +3 -0
test.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
text,label
|
2 |
+
I love movies about whales!,0
|
3 |
+
Movies about the ocean are boring.,1
|
train.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
text,label
|
2 |
+
I love movies about whales!,0
|
3 |
+
Movies about the ocean are boring.,1
|
unsupervised.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
text,label
|
2 |
+
I love movies about whales!,0
|
3 |
+
Movies about the ocean are boring.,1
|