Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -72,16 +72,16 @@ LABELS = [
|
|
72 |
]
|
73 |
|
74 |
THRESHOLDS = {
|
75 |
-
"recovery": 0.
|
76 |
-
"control": 0.
|
77 |
-
"gaslighting": 0.
|
78 |
"guilt tripping": .20,
|
79 |
-
"dismissiveness": 0.
|
80 |
-
"blame shifting": 0.
|
81 |
-
"projection": 0.
|
82 |
-
"insults": 0.
|
83 |
-
"contradictory statements": 0.
|
84 |
-
"obscure language": 0.
|
85 |
"nonabusive": 1.5
|
86 |
}
|
87 |
|
|
|
72 |
]
|
73 |
|
74 |
THRESHOLDS = {
|
75 |
+
"recovery": 0.4,
|
76 |
+
"control": 0.45,
|
77 |
+
"gaslighting": 0.25,
|
78 |
"guilt tripping": .20,
|
79 |
+
"dismissiveness": 0.25,
|
80 |
+
"blame shifting": 0.25,
|
81 |
+
"projection": 0.25,
|
82 |
+
"insults": 0.20,
|
83 |
+
"contradictory statements": 0.25,
|
84 |
+
"obscure language": 0.25,
|
85 |
"nonabusive": 1.5
|
86 |
}
|
87 |
|