File size: 1,616 Bytes
a18373f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5568720
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
---
dataset_info:
  config_name: gpt-4
  features:
  - name: id
    dtype: string
  - name: title
    dtype: string
  - name: text
    dtype: string
  - name: token_length
    dtype: int64
  - name: text_length
    dtype: int64
  splits:
  - name: train
    num_bytes: 14112430156
    num_examples: 21015300
  download_size: 7635924562
  dataset_size: 14112430156
configs:
- config_name: gpt-4
  data_files:
  - split: train
    path: gpt-4/train-*
---
# Dataset Card for "wiki_dpr_token"

## Distribution
```ts
[
  { // Token length
    '~128': 2625007,
    '128~256': 18370607,
    '256~512': 19066,
    '512~1024': 571,
    '1024~2048': 47,
    '2048~4096': 2,
    '4096~8192': 0,
    '8192~16384': 0,
    '16384~32768': 0,
    '32768~65536': 0,
    '65536~128000': 0,
    '128000~': 0,
  },
  { // Text length
    '~512': 86519,
    '512~1024': 20927180,
    '1024~2048': 1557,
    '2048~4096': 43,
    '4096~8192': 1,
    '8192~16384': 0,
    '16384~32768': 0,
    '32768~65536': 0,
    '65536~': 0,
  },
  { // Token distribution
    '~128': '12.49%',
    '128~256': '87.42%',
    '256~512': '0.09%',
    '512~1024': '0.00%',
    '1024~2048': '0.00%',
    '2048~4096': '0.00%',
    '4096~8192': '0.00%',
    '8192~16384': '0.00%',
    '16384~32768': '0.00%',
    '32768~65536': '0.00%',
    '65536~128000': '0.00%',
    '128000~': '0.00%',
  },
  { // Text distribution
    '~512': '0.41%',
    '512~1024': '99.58%',
    '1024~2048': '0.01%',
    '2048~4096': '0.00%',
    '4096~8192': '0.00%',
    '8192~16384': '0.00%',
    '16384~32768': '0.00%',
    '32768~65536': '0.00%',
    '65536~': '0.00%',
  }
]
```