π 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]from unitxt.processors import StringEquals
Read more about catalog usage here.