This model takes the XLM-Roberta-base model which has been continued to pre-traine on a large corpus of Twitter in multiple languages.
It was developed following a similar strategy as introduced as part of the
Tweet Eval framework.
The model is further finetuned on all of the languages of the XNLI train set
This model was developed to do Zero-Shot Text Classification in the realm of Hate Speech Detection. It is finetuned on the whole xnli train set containing 15 different languages like:
ar, bg ,de , en, el , es, fr, hi, ru, sw, th, tr, ur, vi, zh
Since the base model was pre-trained on 100 different languages it has shown some effectiveness in other languages. Please refer to the list of languages in the
XLM Roberta paper
1from transformers import pipeline
2classifier = pipeline("zero-shot-classification",
3 model="morit/XLM-T-full-xnli")
This model was pre-trained on a set of 100 languages and follwed further training on 198M multilingual tweets as described in the original
paper. Further it was trained on the full train set of XNLI dataset which is a machine translated version of the MNLI dataset. It was trained on 5 epochs of the XNLI train set and evaluated on the XNLI eval dataset at the end of every epoch to find the best performing model. The model which had the highest accuracy on the eval set was chosen at the end.
The model was evaluated on all the test sets of the xnli dataset resulting in the following accuracies: