Update prediction.json
Browse files- prediction.json +28 -3
prediction.json
CHANGED
|
@@ -1,5 +1,30 @@
|
|
| 1 |
{
|
| 2 |
-
"text":"Thầy cô cho em hỏi đăng ký học ghép môn Kinh tế vi mô ở đâu ạ? Em cảm ơn.",
|
| 3 |
-
"prediction":
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"text": "Thầy cô cho em hỏi đăng ký học ghép môn Kinh tế vi mô ở đâu ạ? Em cảm ơn.",
|
| 3 |
+
"prediction": {
|
| 4 |
+
"sentiment": {
|
| 5 |
+
"label": "Neutral",
|
| 6 |
+
"confidence": 0.9679274559020996
|
| 7 |
+
},
|
| 8 |
+
"topic": {
|
| 9 |
+
"label": "Academic",
|
| 10 |
+
"confidence": 0.9393910765647888
|
| 11 |
+
},
|
| 12 |
+
"hate_speech": {
|
| 13 |
+
"labels": [
|
| 14 |
+
"individual",
|
| 15 |
+
"groups"
|
| 16 |
+
],
|
| 17 |
+
"scores": [
|
| 18 |
+
0.7936901450157166,
|
| 19 |
+
0.7219986915588379,
|
| 20 |
+
0.07305456697940826,
|
| 21 |
+
0.13961923122406006,
|
| 22 |
+
0.105125293135643
|
| 23 |
+
]
|
| 24 |
+
},
|
| 25 |
+
"clickbait": {
|
| 26 |
+
"label": "Non-Clickbait",
|
| 27 |
+
"confidence": 0.7578456997871399
|
| 28 |
+
}
|
| 29 |
+
}
|
| 30 |
}
|