udpate readme
Browse files
README.md
CHANGED
@@ -1,12 +1,55 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
paperswithcode_id: wiki-10k
|
4 |
pretty_name: wiki-10k
|
5 |
dataset_info:
|
6 |
- config_name: wikipedia-de
|
7 |
features:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
- name: text
|
9 |
dtype: string
|
10 |
splits:
|
11 |
- name: test
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
paperswithcode_id: wiki-10k
|
4 |
pretty_name: wiki-10k
|
5 |
dataset_info:
|
6 |
- config_name: wikipedia-de
|
7 |
features:
|
8 |
+
- name: id
|
9 |
+
dtype: string
|
10 |
+
- name: url
|
11 |
+
dtype: string
|
12 |
+
- name: title
|
13 |
+
dtype: string
|
14 |
+
- name: text
|
15 |
+
dtype: string
|
16 |
+
splits:
|
17 |
+
- name: test
|
18 |
+
- config_name: wikipedia-id
|
19 |
+
features:
|
20 |
+
- name: id
|
21 |
+
dtype: string
|
22 |
+
- name: url
|
23 |
+
dtype: string
|
24 |
+
- name: title
|
25 |
+
dtype: string
|
26 |
+
- name: text
|
27 |
+
dtype: string
|
28 |
+
splits:
|
29 |
+
- name: test
|
30 |
+
- config_name: wikipedia-en
|
31 |
+
features:
|
32 |
+
- name: id
|
33 |
+
dtype: string
|
34 |
+
- name: url
|
35 |
+
dtype: string
|
36 |
+
- name: title
|
37 |
+
dtype: string
|
38 |
- name: text
|
39 |
dtype: string
|
40 |
splits:
|
41 |
- name: test
|
42 |
+
configs:
|
43 |
+
- config_name: wikipedia-de
|
44 |
+
data_files:
|
45 |
+
- split: test
|
46 |
+
path: wikipedia-de/test-*
|
47 |
+
- config_name: wikipedia-id
|
48 |
+
data_files:
|
49 |
+
- split: test
|
50 |
+
path: wikipedia-id/test-*
|
51 |
+
- config_name: wikipedia-en
|
52 |
+
data_files:
|
53 |
+
- split: test
|
54 |
+
path: wikipedia-en/test-*
|
55 |
+
---
|