Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ LABELS = [
|
|
73 |
]
|
74 |
|
75 |
THRESHOLDS = {
|
76 |
-
"blame shifting": 0.
|
77 |
"gaslighting": 0.27, "guilt tripping": 0.31, "insults": 0.10, "obscure language": 0.55,
|
78 |
"projection": 0.09, "recovery phase": 0.33, "threat": 0.15
|
79 |
}
|
@@ -82,7 +82,7 @@ PATTERN_WEIGHTS = {
|
|
82 |
"gaslighting": 1.5,
|
83 |
"control": 1.2,
|
84 |
"dismissiveness": 0.7,
|
85 |
-
"blame shifting": 0.
|
86 |
"guilt tripping": 1.2,
|
87 |
"insults": 1.4,
|
88 |
"projection": 1.2,
|
|
|
73 |
]
|
74 |
|
75 |
THRESHOLDS = {
|
76 |
+
"blame shifting": 0.35, "contradictory statements": 0.27, "control": 0.08, "dismissiveness": 0.32,
|
77 |
"gaslighting": 0.27, "guilt tripping": 0.31, "insults": 0.10, "obscure language": 0.55,
|
78 |
"projection": 0.09, "recovery phase": 0.33, "threat": 0.15
|
79 |
}
|
|
|
82 |
"gaslighting": 1.5,
|
83 |
"control": 1.2,
|
84 |
"dismissiveness": 0.7,
|
85 |
+
"blame shifting": 0.5,
|
86 |
"guilt tripping": 1.2,
|
87 |
"insults": 1.4,
|
88 |
"projection": 1.2,
|