bie-nhd commited on
Commit
e86352c
·
verified ·
1 Parent(s): d25d9fc

Update prediction.json

Browse files
Files changed (1) hide show
  1. 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
- {'sentiment': {'label': 'Neutral', 'confidence': 0.9679274559020996}, 'topic': {'label': 'Academic', 'confidence': 0.9393910765647888}, 'hate_speech': {'labels': ['individual', 'groups'], 'scores': [0.7936901450157166, 0.7219986915588379, 0.07305456697940826, 0.13961923122406006, 0.105125293135643]}, 'clickbait': {'label': 'Non-Clickbait', 'confidence': 0.7578456997871399}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
  }