Schmitz005 commited on
Commit
7a898c4
·
verified ·
1 Parent(s): 6c88b95

Upload small_dataset.json

Browse files
Files changed (1) hide show
  1. small_dataset.json +7 -0
small_dataset.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {"text": "I love this product, it's amazing!", "label": "positive"}
2
+ {"text": "Absolutely terrible experience, I hate it.", "label": "negative"}
3
+ {"text": "The quality is great and I'm very happy!", "label": "positive"}
4
+ {"text": "Worst thing I've ever bought, waste of money.", "label": "negative"}
5
+ {"text": "It's okay, nothing special but not bad.", "label": "positive"}
6
+ {"text": "I wouldn't recommend this to anyone, awful!", "label": "negative"}
7
+