tomekkorbak commited on
Commit
34dd73d
·
1 Parent(s): 92425e9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -3,7 +3,7 @@
3
  The dataset was constructed using documents from [the Pile](https://pile.eleuther.ai/) scored using using [Perspective API](http://perspectiveapi.com) toxicity scores.
4
 
5
  The procedure was the following:
6
- 1. A chunk of the Pile (3%, 7m documents) was scored using the Perspective API (on May 18-20 2022) giving `[https://huggingface.co/datasets/tomekkorbak/pile-chunk-toxicity-scored-3](tomekkorbak/pile-chunk-toxicity-scored-3)`.
7
  1. The first half of this dataset is 100k *most* toxic documents from `pile-chunk-toxicity-scored-3`
8
  2. The first half of this dataset is 100k documents sampled randomly from of `pile-chunk-toxicity-scored-3`
9
  3. Then, the dataset was shuffled and a 9:1 train-test split was done
@@ -12,6 +12,6 @@ The procedure was the following:
12
 
13
  The average document-level scores of the bad and random halves are 0.34 and 0.05, respectively. The average token-level score of the whole dataset is 0.2025. The average document-level score is 0.1983.
14
 
15
- ## Histogram
16
 
17
- ![](https://huggingface.co/datasets/tomekkorbak/pile-toxicity-balanced3/resolve/main/Unknown.png)
 
3
  The dataset was constructed using documents from [the Pile](https://pile.eleuther.ai/) scored using using [Perspective API](http://perspectiveapi.com) toxicity scores.
4
 
5
  The procedure was the following:
6
+ 1. A chunk of the Pile (2.2m documents) was scored using the Perspective API (on May 18-20 2022) giving [`tomekkorbak/pile-chunk-toxicity-scored-3`](https://huggingface.co/datasets/tomekkorbak/pile-chunk-toxicity-scored-3).
7
  1. The first half of this dataset is 100k *most* toxic documents from `pile-chunk-toxicity-scored-3`
8
  2. The first half of this dataset is 100k documents sampled randomly from of `pile-chunk-toxicity-scored-3`
9
  3. Then, the dataset was shuffled and a 9:1 train-test split was done
 
12
 
13
  The average document-level scores of the bad and random halves are 0.34 and 0.05, respectively. The average token-level score of the whole dataset is 0.2025. The average document-level score is 0.1983.
14
 
15
+ ## Score histogram
16
 
17
+ ![](https://huggingface.co/datasets/tomekkorbak/pile-toxicity-balanced3/resolve/main/Screenshot%202022-05-20%20at%2020.32.05.png)