Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,29 @@
|
|
1 |
---
|
2 |
license: cc0-1.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc0-1.0
|
3 |
---
|
4 |
+
|
5 |
+
## A cleaned up version of train dataset from kaggle, the *Toxic Comment Classification Challenge*
|
6 |
+
|
7 |
+
https://www.kaggle.com/competitions/jigsaw-toxic-comment-classification-challenge
|
8 |
+
|
9 |
+
https://www.kaggle.com/competitions/jigsaw-toxic-comment-classification-challenge/data?select=train.csv.zip
|
10 |
+
|
11 |
+
<hr>
|
12 |
+
|
13 |
+
What was done:
|
14 |
+
- Removed extra spaces and new lines
|
15 |
+
- Removed punctuation
|
16 |
+
- Removed html tags and web links
|
17 |
+
- Removed numbers
|
18 |
+
- Converted to lower case
|
19 |
+
|
20 |
+
<hr>
|
21 |
+
|
22 |
+
Used as train set for Tox example here:
|
23 |
+
|
24 |
+
https://huggingface.co/spaces/vluz/Tox
|
25 |
+
|
26 |
+
https://huggingface.co/vluz/toxmodel20
|
27 |
+
|
28 |
+
https://github.com/vluz/ToxTest
|
29 |
+
|