Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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.
|
29 |
-
"mockery": 0.
|
30 |
-
"dismissiveness": 0.
|
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.
|
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,
|