SamanthaStorm commited on
Commit
33cba51
·
verified ·
1 Parent(s): 3a65ac7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ LABELS = [
54
  ]
55
 
56
  THRESHOLDS = {
57
- "blame shifting": 0.3, "contradictory statements": 0.32, "control": 0.48, "dismissiveness": 0.45,
58
  "gaslighting": 0.30, "guilt tripping": 0.20, "insults": 0.34, "obscure language": 0.25,
59
  "projection": 0.35, "recovery phase": 0.25, "threat": 0.25
60
  }
 
54
  ]
55
 
56
  THRESHOLDS = {
57
+ "blame shifting": 0.3, "contradictory statements": 0.36, "control": 0.48, "dismissiveness": 0.45,
58
  "gaslighting": 0.30, "guilt tripping": 0.20, "insults": 0.34, "obscure language": 0.25,
59
  "projection": 0.35, "recovery phase": 0.25, "threat": 0.25
60
  }