SamanthaStorm commited on
Commit
318d453
·
verified ·
1 Parent(s): 00beb15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ LABELS = [
21
  ]
22
 
23
  THRESHOLDS = {
24
- "blame shifting": 0.3, "contradictory statements": 0.32, "control": 0.48, "dismissiveness": 0.45,
25
  "gaslighting": 0.30, "guilt tripping": 0.20, "insults": 0.34, "obscure language": 0.25,
26
  "projection": 0.35, "recovery phase": 0.25, "threat": 0.25
27
  }
 
21
  ]
22
 
23
  THRESHOLDS = {
24
+ "blame shifting": 0.3, "contradictory statements": 0.32, "control": 0.52, "dismissiveness": 0.45,
25
  "gaslighting": 0.30, "guilt tripping": 0.20, "insults": 0.34, "obscure language": 0.25,
26
  "projection": 0.35, "recovery phase": 0.25, "threat": 0.25
27
  }