Which config file is suitable for my task?

I am trying to solve the basic problem which is Russian multi-class text classification. I have 5 labels
1.Kind
2.Smile
3.Suprise
4.Angry
5.Sad

I tried to look towards “rusentiment_bert”, however, it has labels such as
positive, negative, neutral, and so on and that is not exactly the parameters I am looking for.

I am going to use BERT-Classifer
so what config file best suits my problem?