SamanthaStorm commited on
Commit
99e13f9
·
verified ·
1 Parent(s): 7ec1961

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -72,16 +72,16 @@ LABELS = [
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
 
 
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.30,
83
+ "contradictory statements": 0.50,
84
+ "obscure language": 0.40,
85
  "nonabusive": 1.5
86
  }
87