Update README.md
Browse files
README.md
CHANGED
|
@@ -8,12 +8,13 @@ https://www.kaggle.com/competitions/jigsaw-toxic-comment-classification-challeng
|
|
| 8 |
|
| 9 |
https://www.kaggle.com/competitions/jigsaw-toxic-comment-classification-challenge/data?select=train.csv.zip
|
| 10 |
|
| 11 |
-
the `alt_format` directory contains an alternate format.
|
| 12 |
|
| 13 |
<hr>
|
| 14 |
|
| 15 |
What was done:
|
| 16 |
- Removed extra spaces and new lines
|
|
|
|
| 17 |
- Removed punctuation
|
| 18 |
- Removed html tags and web links
|
| 19 |
- Removed numbers
|
|
@@ -21,7 +22,7 @@ What was done:
|
|
| 21 |
|
| 22 |
<hr>
|
| 23 |
|
| 24 |
-
|
| 25 |
|
| 26 |
https://huggingface.co/spaces/vluz/Tox
|
| 27 |
|
|
|
|
| 8 |
|
| 9 |
https://www.kaggle.com/competitions/jigsaw-toxic-comment-classification-challenge/data?select=train.csv.zip
|
| 10 |
|
| 11 |
+
the `alt_format` directory contains an alternate format intended for a tutorial.
|
| 12 |
|
| 13 |
<hr>
|
| 14 |
|
| 15 |
What was done:
|
| 16 |
- Removed extra spaces and new lines
|
| 17 |
+
- Removed non-printing characters
|
| 18 |
- Removed punctuation
|
| 19 |
- Removed html tags and web links
|
| 20 |
- Removed numbers
|
|
|
|
| 22 |
|
| 23 |
<hr>
|
| 24 |
|
| 25 |
+
`alt_format/train.csv` used as training set for Tox example here:
|
| 26 |
|
| 27 |
https://huggingface.co/spaces/vluz/Tox
|
| 28 |
|