pszemraj commited on
Commit
f00408d
·
1 Parent(s): 5a1f105

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md CHANGED
@@ -1,3 +1,39 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+
5
+ # simple wikipedia
6
+
7
+
8
+ ## stats
9
+
10
+ ### train split
11
+
12
+ general info
13
+
14
+ ```
15
+ <class 'pandas.core.frame.DataFrame'>
16
+ RangeIndex: 226242 entries, 0 to 226241
17
+ Data columns (total 4 columns):
18
+ # Column Non-Null Count Dtype
19
+ --- ------ -------------- -----
20
+ 0 id 226242 non-null string
21
+ 1 url 226242 non-null string
22
+ 2 title 226242 non-null string
23
+ 3 text 226242 non-null string
24
+ dtypes: string(4)
25
+ ```
26
+
27
+ token length (NeoX)
28
+
29
+
30
+ | | tokens |
31
+ |:------|--------------:|
32
+ | count | 226242 |
33
+ | mean | 287.007 |
34
+ | std | 1327.07 |
35
+ | min | 1 |
36
+ | 25% | 65 |
37
+ | 50% | 126 |
38
+ | 75% | 243 |
39
+ | max | 60844 |