tomekkorbak
commited on
Commit
•
f888d2a
1
Parent(s):
88c519a
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## Generation procedure
|
2 |
+
|
3 |
+
The dataset was constructed using documents from [the Pile](https://pile.eleuther.ai/) scored using [LDNOOBW](https://github.com/LDNOOBW/List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words) wordlist (a score is number of curses per character).
|
4 |
+
|
5 |
+
The procedure was the following:
|
6 |
+
1. The first half of the data are 100k documents randomly sampled from the Pile and assigned scores
|
7 |
+
2. The second half are the most cursing document from the Pile, obtained by scoring the whole Pile and choosing 100k documents with highest scores
|
8 |
+
3. Then, the dataset was shuffled and a 9:1 train-test split was done
|
9 |
+
|
10 |
+
## Basic stats
|
11 |
+
|
12 |
+
The average and median scores are 0.013 and 0.019, respectively.
|