SamanthaStorm commited on
Commit
42a74f1
·
verified ·
1 Parent(s): e29045f

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.25,
76
- "control": 0.18,
77
  "gaslighting": 0.50,
78
- "guilt tripping": .38,
79
- "dismissiveness": 0.15,
80
- "blame shifting": 0.28,
81
- "projection": 0.70,
82
- "insults": 0.10,
83
- "contradictory statements": 0.23,
84
- "obscure language": 0.15,
85
  "nonabusive": 1.5
86
  }
87
 
 
72
  ]
73
 
74
  THRESHOLDS = {
75
+ "recovery": 0.50,
76
+ "control": 0.40,
77
  "gaslighting": 0.50,
78
+ "guilt tripping": .20,
79
+ "dismissiveness": 0.40,
80
+ "blame shifting": 0.85,
81
+ "projection": 0.45,
82
+ "insults": 0.60,
83
+ "contradictory statements": 0.20,
84
+ "obscure language": 0.30,
85
  "nonabusive": 1.5
86
  }
87