iNeil77 commited on
Commit
20a8b23
·
verified ·
1 Parent(s): 72b8f19

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -14,7 +14,13 @@ configs:
14
  data_files:
15
  - split: train
16
  path: data/train-*
 
 
17
  ---
18
- # Dataset Card for "peS2o"
19
 
20
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
14
  data_files:
15
  - split: train
16
  path: data/train-*
17
+ size_categories:
18
+ - 10M<n<100M
19
  ---
 
20
 
21
+ This is a filtered subset of the `allenai/peS2o` dataset which has been:
22
+
23
+ 1. Stripped of references using a combination of regexes.
24
+ 2. Aggressively minhash deduped using a shingle size of 20 and a threshold of 0.5.
25
+ 3. Run through a Lingua English language filter with a confidence threshold of 0.99.
26
+ 4. Run through an OSCAR trained English KenLM model (at `edugp/kenlm`) perplexity filter for values between 8 and 550.