SamanthaStorm commited on
Commit
4ea7848
·
verified ·
1 Parent(s): c3f65e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -73,16 +73,16 @@ LABELS = [
73
  ]
74
 
75
  THRESHOLDS = {
76
- "recovery": 0.4,
77
- "control": 0.45,
78
- "gaslighting": 0.25,
79
- "guilt tripping": .20,
80
  "dismissiveness": 0.25,
81
- "blame shifting": 0.25,
82
- "projection": 0.25,
83
- "insults": 0.05,
84
- "contradictory statements": 0.25,
85
- "obscure language": 0.15,
86
  "nonabusive": 1.0
87
  }
88
 
 
73
  ]
74
 
75
  THRESHOLDS = {
76
+ "recovery": 0.27,
77
+ "control": 0.47,
78
+ "gaslighting": 0.48,
79
+ "guilt tripping": .56,
80
  "dismissiveness": 0.25,
81
+ "blame shifting": 0.55,
82
+ "projection": 0.59,
83
+ "insults": 0.33,
84
+ "contradictory statements": 0.27,
85
+ "obscure language": 0.65,
86
  "nonabusive": 1.0
87
  }
88