SamanthaStorm commited on
Commit
15de668
·
verified ·
1 Parent(s): 977855e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ LABELS = [
68
  ]
69
 
70
  THRESHOLDS = {
71
- "blame shifting": 0.11, "contradictory statements": 0.36, "control": 0.06, "dismissiveness": 0.11,
72
  "gaslighting": 0.14, "guilt tripping": 0.20, "insults": 0.16, "obscure language": 0.60,
73
  "projection": 0.14, "recovery phase": 0.27, "threat": 0.14
74
  }
 
68
  ]
69
 
70
  THRESHOLDS = {
71
+ "blame shifting": 0.13, "contradictory statements": 0.36, "control": 0.06, "dismissiveness": 0.11,
72
  "gaslighting": 0.14, "guilt tripping": 0.20, "insults": 0.16, "obscure language": 0.60,
73
  "projection": 0.14, "recovery phase": 0.27, "threat": 0.14
74
  }