Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -56,9 +56,9 @@ LABELS = [
|
|
56 |
]
|
57 |
|
58 |
THRESHOLDS = {
|
59 |
-
"blame shifting": 0.
|
60 |
-
"gaslighting": 0.
|
61 |
-
"projection": 0.
|
62 |
}
|
63 |
|
64 |
PATTERN_WEIGHTS = {
|
|
|
56 |
]
|
57 |
|
58 |
THRESHOLDS = {
|
59 |
+
"blame shifting": 0.11, "contradictory statements": 0.36, "control": 0.06, "dismissiveness": 0.11,
|
60 |
+
"gaslighting": 0.14, "guilt tripping": 0.20, "insults": 0.16, "obscure language": 0.60,
|
61 |
+
"projection": 0.14, "recovery phase": 0.27, "threat": 0.14
|
62 |
}
|
63 |
|
64 |
PATTERN_WEIGHTS = {
|