seonglae commited on
Commit
5568720
·
1 Parent(s): a18373f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -1
README.md CHANGED
@@ -26,4 +26,58 @@ configs:
26
  ---
27
  # Dataset Card for "wiki_dpr_token"
28
 
29
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  ---
27
  # Dataset Card for "wiki_dpr_token"
28
 
29
+ ## Distribution
30
+ ```ts
31
+ [
32
+ { // Token length
33
+ '~128': 2625007,
34
+ '128~256': 18370607,
35
+ '256~512': 19066,
36
+ '512~1024': 571,
37
+ '1024~2048': 47,
38
+ '2048~4096': 2,
39
+ '4096~8192': 0,
40
+ '8192~16384': 0,
41
+ '16384~32768': 0,
42
+ '32768~65536': 0,
43
+ '65536~128000': 0,
44
+ '128000~': 0,
45
+ },
46
+ { // Text length
47
+ '~512': 86519,
48
+ '512~1024': 20927180,
49
+ '1024~2048': 1557,
50
+ '2048~4096': 43,
51
+ '4096~8192': 1,
52
+ '8192~16384': 0,
53
+ '16384~32768': 0,
54
+ '32768~65536': 0,
55
+ '65536~': 0,
56
+ },
57
+ { // Token distribution
58
+ '~128': '12.49%',
59
+ '128~256': '87.42%',
60
+ '256~512': '0.09%',
61
+ '512~1024': '0.00%',
62
+ '1024~2048': '0.00%',
63
+ '2048~4096': '0.00%',
64
+ '4096~8192': '0.00%',
65
+ '8192~16384': '0.00%',
66
+ '16384~32768': '0.00%',
67
+ '32768~65536': '0.00%',
68
+ '65536~128000': '0.00%',
69
+ '128000~': '0.00%',
70
+ },
71
+ { // Text distribution
72
+ '~512': '0.41%',
73
+ '512~1024': '99.58%',
74
+ '1024~2048': '0.01%',
75
+ '2048~4096': '0.00%',
76
+ '4096~8192': '0.00%',
77
+ '8192~16384': '0.00%',
78
+ '16384~32768': '0.00%',
79
+ '32768~65536': '0.00%',
80
+ '65536~': '0.00%',
81
+ }
82
+ ]
83
+ ```