Update default thresholds for Toxicity (#33)
This commit is contained in:
parent
6543c50758
commit
99886fb64d
|
@ -21,13 +21,13 @@ plugins:
|
||||||
default: true
|
default: true
|
||||||
client: false
|
client: false
|
||||||
ai_toxicity_flag_threshold_toxicity:
|
ai_toxicity_flag_threshold_toxicity:
|
||||||
default: 70
|
default: 80
|
||||||
client: false
|
client: false
|
||||||
ai_toxicity_flag_threshold_severe_toxicity:
|
ai_toxicity_flag_threshold_severe_toxicity:
|
||||||
default: 60
|
default: 30
|
||||||
client: false
|
client: false
|
||||||
ai_toxicity_flag_threshold_obscene:
|
ai_toxicity_flag_threshold_obscene:
|
||||||
default: 60
|
default: 80
|
||||||
client: false
|
client: false
|
||||||
ai_toxicity_flag_threshold_identity_attack:
|
ai_toxicity_flag_threshold_identity_attack:
|
||||||
default: 60
|
default: 60
|
||||||
|
|
Loading…
Reference in New Issue