--- license: cc0-1.0 --- ## A cleaned up version of train dataset from kaggle, the *Toxic Comment Classification Challenge* https://www.kaggle.com/competitions/jigsaw-toxic-comment-classification-challenge https://www.kaggle.com/competitions/jigsaw-toxic-comment-classification-challenge/data?select=train.csv.zip
What was done: - Removed extra spaces and new lines - Removed punctuation - Removed html tags and web links - Removed numbers - Converted to lower case
Used as train set for Tox example here: https://huggingface.co/spaces/vluz/Tox https://huggingface.co/vluz/toxmodel20 https://github.com/vluz/ToxTest