Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -93,17 +93,17 @@ LABELS = [
|
|
93 |
SENTIMENT_LABELS = ["undermining", "supportive"]
|
94 |
|
95 |
THRESHOLDS = {
|
96 |
-
"recovery phase": 0.
|
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": 0.
|
107 |
}
|
108 |
|
109 |
|
|
|
93 |
SENTIMENT_LABELS = ["undermining", "supportive"]
|
94 |
|
95 |
THRESHOLDS = {
|
96 |
+
"recovery phase": 0.324,
|
97 |
+
"control": 0.433,
|
98 |
+
"gaslighting": 0.285,
|
99 |
+
"guilt tripping": 0.267,
|
100 |
+
"dismissiveness": 0.123,
|
101 |
+
"blame shifting": 0.116,
|
102 |
+
"projection": 0.425,
|
103 |
+
"insults": 0.347,
|
104 |
+
"contradictory statements": 0.378,
|
105 |
+
"obscure language": 0.206,
|
106 |
+
"nonabusive": 0.094
|
107 |
}
|
108 |
|
109 |
|