File size: 1,366 Bytes
2ac681e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f25eb22
 
 
2ac681e
 
 
f25eb22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d5dc236
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2ac681e
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
57
58
59
60
61
62
63
64
65
66
67
68
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 1136718026.846949
    num_examples: 452484
  - name: validation
    num_bytes: 30473651.26394911
    num_examples: 11908
  - name: test
    num_bytes: 30471237.904544305
    num_examples: 11908
  download_size: 538623929
  dataset_size: 1197662916.0154426
source_datasets:
- pszemraj/simple_wikipedia_LM
- pszemraj/refinedweb-3m-deduped-split
---
# Dataset Card for "simpleRW-lite"


interleaved simple wikipedia LM + refinedweb-3m


```python
DatasetDict({
    train: Dataset({
        features: ['text'],
        num_rows: 452484
    })
    validation: Dataset({
        features: ['text'],
        num_rows: 11908
    })
    test: Dataset({
        features: ['text'],
        num_rows: 11908
    })
})
```

train
```
Descriptive Stats Using Pandas:
count    452484.000000
mean        430.923633
std        1391.959655
min           0.000000
25%          83.000000
50%         175.000000
75%         432.000000
max      135922.000000
dtype: float64
```

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)