metadata
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
the alt_format
directory contains an alternate format intended for a tutorial.
What was done:
- Removed extra spaces and new lines
- Removed non-printing characters
- Removed punctuation except apostrophe
- Removed html tags and web links
- Removed numbers
- Converted to lower case
alt_format/train.csv
used as training set for Tox example here:
https://huggingface.co/spaces/vluz/Tox
https://huggingface.co/vluz/toxmodel20