Update README.md
Browse files
README.md
CHANGED
@@ -37,3 +37,14 @@ configs:
|
|
37 |
- split: train
|
38 |
path: data/train-*
|
39 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
- split: train
|
38 |
path: data/train-*
|
39 |
---
|
40 |
+
|
41 |
+
## Qwark Corpus
|
42 |
+
|
43 |
+
1 billion of the highest quality tokens on the internet, based on [HuggingFaceTB/smollm-corpus](https://huggingface.co/datasets/HuggingFaceTB/smollm-corpus)'s `fineweb-edu-dedup` subset.
|
44 |
+
|
45 |
+
Filtering process:
|
46 |
+
|
47 |
+
1. Stream dataset until 1M samples have been selected (keep only items with < 50,000 length).
|
48 |
+
2. Combine with a selection of 4K educational TED-talks.
|
49 |
+
3. Filter and remove items containing strange characters.
|
50 |
+
4.
|