Update README.md
Browse files
README.md
CHANGED
@@ -48,6 +48,6 @@ Filtering process:
|
|
48 |
|--------------------------------------------------------|--------------------------------------------------------|----------------|
|
49 |
| 1. Stream dataset until 600K samples have been selected from SmolLM Corpus | Keep only items with score >= 3.5 | 600,000 |
|
50 |
| 2. Remove items with length > 50,000 | Filter items exceeding 50,000 characters in length | 597,142 |
|
51 |
-
| 3. Combine with a selection of 4,000 TED transcripts | Add educational TED talk transcripts to the dataset |
|
52 |
| 4. Stream 400K samples from FineMath-4+ | Keep only items with score >= 4.0 | 1,001,147 |
|
53 |
| 5. Remove items with length > 50,000 | Filter items exceeding 50,000 characters in length | 999,245|
|
|
|
48 |
|--------------------------------------------------------|--------------------------------------------------------|----------------|
|
49 |
| 1. Stream dataset until 600K samples have been selected from SmolLM Corpus | Keep only items with score >= 3.5 | 600,000 |
|
50 |
| 2. Remove items with length > 50,000 | Filter items exceeding 50,000 characters in length | 597,142 |
|
51 |
+
| 3. Combine with a selection of 4,000 TED transcripts | Add educational TED talk transcripts to the dataset | 601,147 |
|
52 |
| 4. Stream 400K samples from FineMath-4+ | Keep only items with score >= 4.0 | 1,001,147 |
|
53 |
| 5. Remove items with length > 50,000 | Filter items exceeding 50,000 characters in length | 999,245|
|