Update README.md
Browse files
README.md
CHANGED
@@ -44,13 +44,14 @@ configs:
|
|
44 |
|
45 |
## Qwark Corpus
|
46 |
|
47 |
-
1
|
48 |
|
49 |
Filtering process:
|
50 |
|
51 |
-
| Step | Description | Rows
|
52 |
|--------------------------------------------------------|--------------------------------------------------------|----------------|
|
53 |
-
| 1. Stream dataset until
|
54 |
-
| 2. Remove items with length > 50,000 | Filter items exceeding 50,000 characters in length |
|
55 |
-
| 3. Combine with a selection of 4,000 TED transcripts | Add educational TED talk transcripts to the dataset |
|
56 |
-
| 4.
|
|
|
|
44 |
|
45 |
## Qwark Corpus
|
46 |
|
47 |
+
1.3B+ high quality tokens from the internet, based on [HuggingFaceTB/smollm-corpus](https://huggingface.co/datasets/HuggingFaceTB/smollm-corpus)'s `fineweb-edu-dedup` subset as well as [FineMath-4+](HuggingFaceTB/finemath).
|
48 |
|
49 |
Filtering process:
|
50 |
|
51 |
+
| Step | Description | Rows |
|
52 |
|--------------------------------------------------------|--------------------------------------------------------|----------------|
|
53 |
+
| 1. Stream dataset until 600K samples have been selected from SmolLM Corpus | Keep only items with score >= 3.5 | 600,000 |
|
54 |
+
| 2. Remove items with length > 50,000 | Filter items exceeding 50,000 characters in length | 597,142 |
|
55 |
+
| 3. Combine with a selection of 4,000 TED transcripts | Add educational TED talk transcripts to the dataset | 60,1147 |
|
56 |
+
| 4. Stream 400K samples from FineMath-4+ | Keep only items with score >= 4.0 | 1,001,147 |
|
57 |
+
| 5. Remove items with length > 50,000 | Filter items exceeding 50,000 characters in length | 999,245|
|