Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ LABELS = [
|
|
73 |
]
|
74 |
|
75 |
THRESHOLDS = {
|
76 |
-
"blame shifting": 0.
|
77 |
"gaslighting": 0.11, "guilt tripping": 0.16, "insults": 0.14, "obscure language": 0.55,
|
78 |
"projection": 0.11, "recovery phase": 0.24, "threat": 0.09
|
79 |
}
|
|
|
73 |
]
|
74 |
|
75 |
THRESHOLDS = {
|
76 |
+
"blame shifting": 0.20, "contradictory statements": 0.30, "control": 0.04, "dismissiveness": 0.09,
|
77 |
"gaslighting": 0.11, "guilt tripping": 0.16, "insults": 0.14, "obscure language": 0.55,
|
78 |
"projection": 0.11, "recovery phase": 0.24, "threat": 0.09
|
79 |
}
|