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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -78,8 +78,8 @@ THRESHOLDS = {
78
  "guilt tripping": .38,
79
  "dismissiveness": 0.15,
80
  "blame shifting": 0.28,
81
- "projection": 0.35,
82
- "insults": 0.23,
83
  "contradictory statements": 0.23,
84
  "obscure language": 0.15,
85
  "nonabusive": 1.5
@@ -92,7 +92,7 @@ PATTERN_WEIGHTS = {
92
  "guilt tripping": 1.2,
93
  "dismissiveness": 0.9,
94
  "blame shifting": 0.8,
95
- "projection": 0.8,
96
  "insults": 1.4,
97
  "contradictory statements": 1.0,
98
  "obscure language": 0.9,
 
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
 
92
  "guilt tripping": 1.2,
93
  "dismissiveness": 0.9,
94
  "blame shifting": 0.8,
95
+ "projection": 0.5,
96
  "insults": 1.4,
97
  "contradictory statements": 1.0,
98
  "obscure language": 0.9,