File size: 1,883 Bytes
4b82bd4
d4aa997
 
4b82bd4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ca7f167
d638fca
ca7f167
 
4b82bd4
 
 
 
 
 
75054e6
 
 
993ad9e
75054e6
 
 
993ad9e
70cb847
993ad9e
 
da5624a
993ad9e
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
language:
- en
dataset_info:
  features:
  - name: text
    dtype: string
  - name: id
    dtype: string
  - name: metadata
    struct:
    - name: date
      dtype: timestamp[us]
    - name: dump
      dtype: string
    - name: file_path
      dtype: string
    - name: int_score
      dtype: int64
    - name: language
      dtype: string
    - name: language_score
      dtype: float64
    - name: score
      dtype: float64
    - name: token_count
      dtype: int64
    - name: url
      dtype: string
  splits:
  - name: train
    num_bytes: 5292938151.266562
    num_examples: 999245
  download_size: 2716629909
  dataset_size: 5292938151.266562
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---

## Qwark Corpus

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).

Filtering process:

| Step                                                   | Description                                            | Rows |
|--------------------------------------------------------|--------------------------------------------------------|----------------|
| 1. Stream dataset until 600K samples have been selected from SmolLM Corpus  | Keep only items with score >= 3.5             | 600,000      |
| 2. Remove items with length > 50,000                   | Filter items exceeding 50,000 characters in length     | 597,142        |
| 3. Combine with a selection of 4,000 TED transcripts   | Add educational TED talk transcripts to the dataset    | 601,147      |
| 4. Stream 400K samples from FineMath-4+ | Keep only items with score >= 4.0       | 1,001,147      |
| 5. Remove items with length > 50,000 | Filter items exceeding 50,000 characters in length     | 999,245|