SWilliams20
commited on
Commit
·
33b1767
1
Parent(s):
e022541
Create watermarking_sampledata
Browse files- watermarking_sampledata +9 -0
watermarking_sampledata
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
text,label
|
2 |
+
This is a positive statement.,1
|
3 |
+
I love working on machine learning projects.,1
|
4 |
+
Another positive example.,1
|
5 |
+
Add more positive texts for training.,1
|
6 |
+
This is a negative statement.,0
|
7 |
+
I don't like this product.,0
|
8 |
+
Another negative example.,0
|
9 |
+
Add more negative texts for testing.,0
|