SamanthaStorm commited on
Commit
5dda0ff
·
verified ·
1 Parent(s): b85f222

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -72,16 +72,16 @@ LABELS = [
72
  ]
73
 
74
  THRESHOLDS = {
75
- "recovery": 0.55,
76
- "control": 0.25,
77
- "gaslighting": 0.50,
78
  "guilt tripping": .20,
79
- "dismissiveness": 0.15,
80
- "blame shifting": 0.30,
81
- "projection": 0.40,
82
- "insults": 0.10,
83
- "contradictory statements": 0.50,
84
- "obscure language": 0.40,
85
  "nonabusive": 1.5
86
  }
87
 
 
72
  ]
73
 
74
  THRESHOLDS = {
75
+ "recovery": 0.4,
76
+ "control": 0.45,
77
+ "gaslighting": 0.25,
78
  "guilt tripping": .20,
79
+ "dismissiveness": 0.25,
80
+ "blame shifting": 0.25,
81
+ "projection": 0.25,
82
+ "insults": 0.20,
83
+ "contradictory statements": 0.25,
84
+ "obscure language": 0.25,
85
  "nonabusive": 1.5
86
  }
87