SamanthaStorm commited on
Commit
4d16d58
·
verified ·
1 Parent(s): 0a6e7ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -73,9 +73,9 @@ LABELS = [
73
  ]
74
 
75
  THRESHOLDS = {
76
- "blame shifting": 0.30, "contradictory statements": 0.30, "control": 0.08, "dismissiveness": 0.12,
77
- "gaslighting": 0.09, "guilt tripping": 0.4, "insults": 0.10, "obscure language": 0.55,
78
- "projection": 0.09, "recovery phase": 0.20, "threat": 0.15
79
  }
80
 
81
  PATTERN_WEIGHTS = {
 
73
  ]
74
 
75
  THRESHOLDS = {
76
+ "blame shifting": 0.28, "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
  }
80
 
81
  PATTERN_WEIGHTS = {