- This is the repository of colum2131 part in the 7th place solution of Jigsaw Rate Severity of Toxic Comments.
- The discription of this solution is available here.
- The inference notebook in the competition is available here.
I used Kaggle Notebook.
- Jigsaw Rate Severity of Toxic Comments
- Please download data to ./input from https://www.kaggle.com/c/jigsaw-toxic-severity-rating/data and unzip it.
- I used 6 pretrained models that are publicly available in Hugging Face.
- roberta-base: https://huggingface.co/roberta-base
- roberta-large: https://huggingface.co/roberta-large
- unitary/toxic-bert https://huggingface.co/unitary/toxic-bert
- microsoft/deberta-v3-base https://huggingface.co/microsoft/deberta-v3-base
- unitary/unbiased-toxic-roberta https://huggingface.co/unitary/unbiased-toxic-roberta
- unitary/multilingual-toxic-xlm-roberta https://huggingface.co/unitary/multilingual-toxic-xlm-roberta
- All model were trained on Kaggle Notebook.