πŸ“„ Hate Speech Or Not Hate SpeechΒΆ

processors.hate_speech_or_not_hate_speech

PostProcess(
    process_references=True,
    process_prediction=True,
    operator=StringEquals(
        string="hate speech",
    ),
)
[source]

Read more about catalog usage here.