Insults classifier / multi-language

Hi guys,

Hope you are all well !

I am working on the insults classifier (english version)

But I was wondering what was the model to download for multi-language insults detection ?

Thanks for any insights or inputs on that question.

Cheers,
X

Hi!

We don’t have pre-trained multi-language model for insult detection.
But it is easy to train multi-language model with DeepPavlov:

  1. Change pretrained_bert in insults_kaggle_bert_torch configuration file to bert-base-multilingual-cased
  2. Change MODEL_PATH - where new multi-language model should be stored
  3. Save new config to file
  4. train model with CLI: python -m deeppavlov train NEW_CONFIG_FILE