SamanthaStorm commited on
Commit
6c8218a
·
verified ·
1 Parent(s): c3a3860

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -11
app.py CHANGED
@@ -93,17 +93,17 @@ LABELS = [
93
  SENTIMENT_LABELS = ["undermining", "supportive"]
94
 
95
  THRESHOLDS = {
96
- "recovery phase": 0.3,
97
- "control": 0.15,
98
- "gaslighting": 0.30,
99
- "guilt tripping": 0.40,
100
- "dismissiveness": 0.25,
101
- "blame shifting": 0.25,
102
- "projection": 0.50,
103
- "insults": 0.30,
104
- "contradictory statements": 0.35,
105
- "obscure language": 0.30,
106
- "nonabusive": 0.45
107
  }
108
 
109
 
 
93
  SENTIMENT_LABELS = ["undermining", "supportive"]
94
 
95
  THRESHOLDS = {
96
+ "recovery phase": 0.324,
97
+ "control": 0.433,
98
+ "gaslighting": 0.285,
99
+ "guilt tripping": 0.267,
100
+ "dismissiveness": 0.123,
101
+ "blame shifting": 0.116,
102
+ "projection": 0.425,
103
+ "insults": 0.347,
104
+ "contradictory statements": 0.378,
105
+ "obscure language": 0.206,
106
+ "nonabusive": 0.094
107
  }
108
 
109