Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -94,15 +94,15 @@ SENTIMENT_LABELS = ["undermining", "supportive"]
|
|
94 |
|
95 |
THRESHOLDS = {
|
96 |
"recovery": 0.4,
|
97 |
-
"control": 0.
|
98 |
-
"gaslighting": 0.
|
99 |
-
"guilt tripping": 0.
|
100 |
-
"dismissiveness": 0.
|
101 |
-
"blame shifting": 0.
|
102 |
-
"projection": 0.
|
103 |
-
"insults": 0.
|
104 |
-
"contradictory statements": 0.
|
105 |
-
"obscure language": 0.
|
106 |
"nonabusive": 1.0
|
107 |
}
|
108 |
|
|
|
94 |
|
95 |
THRESHOLDS = {
|
96 |
"recovery": 0.4,
|
97 |
+
"control": 0.27,
|
98 |
+
"gaslighting": 0.48,
|
99 |
+
"guilt tripping": 0.56,
|
100 |
+
"dismissiveness": 0.6,
|
101 |
+
"blame shifting": 0.55,
|
102 |
+
"projection": 0.59,
|
103 |
+
"insults": 0.33,
|
104 |
+
"contradictory statements": 0.27,
|
105 |
+
"obscure language": 0.65,
|
106 |
"nonabusive": 1.0
|
107 |
}
|
108 |
|