# Hate Speech Classifier for Social Media Content in Italian Language A monolingual model for hate speech classification of social media content in Italian language. The model was trained on 103190 YouTube comments and tested on an independent test set of 20554 YouTube comments. It is based on Italian ALBERTO pre-trained language model. ## Tokenizer During training the text was preprocessed using the original Italian ALBERTO tokenizer. We suggest the same tokenizer is used for inference. ## Model output The model classifies each input into one of four distinct classes: * 0 - appropriato * 1 - inappropriato * 2 - offensivo * 3 - violento