Tristan Thrush
commited on
Commit
•
3fc4aea
1
Parent(s):
c6ede2d
commit files to HF hub
Browse files- data.jsonl +2 -0
data.jsonl
CHANGED
@@ -16,3 +16,5 @@
|
|
16 |
{"assignmentId": "", "cnt": 2, "text": "test", "target": "negative", "model_pred": "negative", "fooled": false}
|
17 |
{"assignmentId": "", "cnt": 1, "text": "This produce is not not not not not not good", "target": "positive", "model_pred": "negative", "fooled": true}
|
18 |
{"assignmentId": "", "cnt": 2, "text": "This produce is not not not not not not good", "target": "positive", "model_pred": "negative", "fooled": true}
|
|
|
|
|
|
16 |
{"assignmentId": "", "cnt": 2, "text": "test", "target": "negative", "model_pred": "negative", "fooled": false}
|
17 |
{"assignmentId": "", "cnt": 1, "text": "This produce is not not not not not not good", "target": "positive", "model_pred": "negative", "fooled": true}
|
18 |
{"assignmentId": "", "cnt": 2, "text": "This produce is not not not not not not good", "target": "positive", "model_pred": "negative", "fooled": true}
|
19 |
+
{"assignmentId": "", "cnt": 1, "text": "I am happy", "target": "positive", "model_pred": "positive", "fooled": false}
|
20 |
+
{"assignmentId": "", "cnt": 2, "text": "It's incredible to think they released this movie", "target": "positive", "model_pred": "positive", "fooled": false}
|