qingy2024 commited on
Commit
993ad9e
·
verified ·
1 Parent(s): d638fca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -44,13 +44,14 @@ configs:
44
 
45
  ## Qwark Corpus
46
 
47
- 1 billion high quality tokens from the internet, based on [HuggingFaceTB/smollm-corpus](https://huggingface.co/datasets/HuggingFaceTB/smollm-corpus)'s `fineweb-edu-dedup` subset.
48
 
49
  Filtering process:
50
 
51
- | Step | Description | Rows Remaining |
52
  |--------------------------------------------------------|--------------------------------------------------------|----------------|
53
- | 1. Stream dataset until 1M samples have been selected | Keep only items with score > 3.2 | 1,000,000 |
54
- | 2. Remove items with length > 50,000 | Filter items exceeding 50,000 characters in length | 994,960 |
55
- | 3. Combine with a selection of 4,000 TED transcripts | Add educational TED talk transcripts to the dataset | 998,965 |
56
- | 4. Filter and remove items containing strange characters | Clean items with strange characters after merging | 998,960 |
 
 
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|