File size: 798 Bytes
df54bd1 922e00d b16a545 115cc43 922e00d b16a545 81184d6 922e00d b16a545 922e00d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
---
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
the `alt_format` directory contains an alternate format intended for a tutorial.
<hr>
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
<hr>
`alt_format/train.csv` used as training set for Tox example here:
https://huggingface.co/spaces/vluz/Tox
https://huggingface.co/vluz/toxmodel20
https://github.com/vluz/ToxTest
|