SamanthaStorm commited on
Commit
a5e2293
·
verified ·
1 Parent(s): 90f75e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -25,9 +25,9 @@ TOTAL_LABELS = 17
25
  TOTAL_LABELS = 17
26
  # Individual thresholds for each of the 17 labels
27
  THRESHOLDS = {
28
- "gaslighting": 0.15,
29
- "mockery": 0.15,
30
- "dismissiveness": 0.15,
31
  "control": 0.04,
32
  "guilt_tripping": 0.15,
33
  "apology_baiting": 0.15,
@@ -35,7 +35,7 @@ THRESHOLDS = {
35
  "projection": 0.15,
36
  "contradictory_statements": 0.15,
37
  "manipulation": 0.15,
38
- "deflection": 0.15,
39
  "insults": 0.15,
40
  "obscure_formal": 0.15,
41
  "recovery_phase": 0.15,
 
25
  TOTAL_LABELS = 17
26
  # Individual thresholds for each of the 17 labels
27
  THRESHOLDS = {
28
+ "gaslighting": 0.18,
29
+ "mockery": 0.20,
30
+ "dismissiveness": 0.20,
31
  "control": 0.04,
32
  "guilt_tripping": 0.15,
33
  "apology_baiting": 0.15,
 
35
  "projection": 0.15,
36
  "contradictory_statements": 0.15,
37
  "manipulation": 0.15,
38
+ "deflection": 0.20,
39
  "insults": 0.15,
40
  "obscure_formal": 0.15,
41
  "recovery_phase": 0.15,