@@ -35,20 +35,20 @@ class Categories(BaseModel):
35
35
orientation, disability status, or caste.
36
36
"""
37
37
38
- self_minus_harm : bool = FieldInfo (alias = "self-harm" )
38
+ self_harm : bool = FieldInfo (alias = "self-harm" )
39
39
"""
40
40
Content that promotes, encourages, or depicts acts of self-harm, such as
41
41
suicide, cutting, and eating disorders.
42
42
"""
43
43
44
- self_minus_harm_instructions : bool = FieldInfo (alias = "self-harm/instructions" )
44
+ self_harm_instructions : bool = FieldInfo (alias = "self-harm/instructions" )
45
45
"""
46
46
Content that encourages performing acts of self-harm, such as suicide, cutting,
47
47
and eating disorders, or that gives instructions or advice on how to commit such
48
48
acts.
49
49
"""
50
50
51
- self_minus_harm_intent : bool = FieldInfo (alias = "self-harm/intent" )
51
+ self_harm_intent : bool = FieldInfo (alias = "self-harm/intent" )
52
52
"""
53
53
Content where the speaker expresses that they are engaging or intend to engage
54
54
in acts of self-harm, such as suicide, cutting, and eating disorders.
@@ -84,13 +84,13 @@ class CategoryScores(BaseModel):
84
84
hate_threatening : float = FieldInfo (alias = "hate/threatening" )
85
85
"""The score for the category 'hate/threatening'."""
86
86
87
- self_minus_harm : float = FieldInfo (alias = "self-harm" )
87
+ self_harm : float = FieldInfo (alias = "self-harm" )
88
88
"""The score for the category 'self-harm'."""
89
89
90
- self_minus_harm_instructions : float = FieldInfo (alias = "self-harm/instructions" )
90
+ self_harm_instructions : float = FieldInfo (alias = "self-harm/instructions" )
91
91
"""The score for the category 'self-harm/instructions'."""
92
92
93
- self_minus_harm_intent : float = FieldInfo (alias = "self-harm/intent" )
93
+ self_harm_intent : float = FieldInfo (alias = "self-harm/intent" )
94
94
"""The score for the category 'self-harm/intent'."""
95
95
96
96
sexual : float
0 commit comments