Update README.md
Browse files
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 |
|