Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ LABELS = [
|
|
57 |
|
58 |
THRESHOLDS = {
|
59 |
"blame shifting": 0.3, "contradictory statements": 0.36, "control": 0.48, "dismissiveness": 0.45,
|
60 |
-
"gaslighting": 0.30, "guilt tripping": 0.20, "insults": 0.
|
61 |
"projection": 0.35, "recovery phase": 0.25, "threat": 0.25
|
62 |
}
|
63 |
|
|
|
57 |
|
58 |
THRESHOLDS = {
|
59 |
"blame shifting": 0.3, "contradictory statements": 0.36, "control": 0.48, "dismissiveness": 0.45,
|
60 |
+
"gaslighting": 0.30, "guilt tripping": 0.20, "insults": 0.04, "obscure language": 0.60,
|
61 |
"projection": 0.35, "recovery phase": 0.25, "threat": 0.25
|
62 |
}
|
63 |
|