SamanthaStorm commited on
Commit
d11c93a
·
verified ·
1 Parent(s): 5062436

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -94,15 +94,15 @@ SENTIMENT_LABELS = ["undermining", "supportive"]
94
 
95
  THRESHOLDS = {
96
  "recovery": 0.4,
97
- "control": 0.45,
98
- "gaslighting": 0.25,
99
- "guilt tripping": 0.20,
100
- "dismissiveness": 0.25,
101
- "blame shifting": 0.25,
102
- "projection": 0.25,
103
- "insults": 0.05,
104
- "contradictory statements": 0.25,
105
- "obscure language": 0.15,
106
  "nonabusive": 1.0
107
  }
108
 
 
94
 
95
  THRESHOLDS = {
96
  "recovery": 0.4,
97
+ "control": 0.27,
98
+ "gaslighting": 0.48,
99
+ "guilt tripping": 0.56,
100
+ "dismissiveness": 0.6,
101
+ "blame shifting": 0.55,
102
+ "projection": 0.59,
103
+ "insults": 0.33,
104
+ "contradictory statements": 0.27,
105
+ "obscure language": 0.65,
106
  "nonabusive": 1.0
107
  }
108