Alvant
commited on
Commit
•
326e191
1
Parent(s):
6a9f0dc
add train splits
Browse files
README.md
CHANGED
@@ -6,7 +6,9 @@ license_link: >-
|
|
6 |
configs:
|
7 |
- config_name: "rtl-wiki"
|
8 |
default: true
|
9 |
-
data_files:
|
|
|
|
|
10 |
features:
|
11 |
- name: id
|
12 |
dtype: string
|
@@ -15,7 +17,9 @@ configs:
|
|
15 |
- name: vw_text
|
16 |
dtype: string
|
17 |
- config_name: "rtl-wiki-person"
|
18 |
-
data_files:
|
|
|
|
|
19 |
features:
|
20 |
- name: id
|
21 |
dtype: string
|
|
|
6 |
configs:
|
7 |
- config_name: "rtl-wiki"
|
8 |
default: true
|
9 |
+
data_files:
|
10 |
+
- split: train
|
11 |
+
path: "data/RTL_Wiki.csv.gz"
|
12 |
features:
|
13 |
- name: id
|
14 |
dtype: string
|
|
|
17 |
- name: vw_text
|
18 |
dtype: string
|
19 |
- config_name: "rtl-wiki-person"
|
20 |
+
data_files:
|
21 |
+
- split: train
|
22 |
+
path: "data/RTL_Wiki_person.csv.gz"
|
23 |
features:
|
24 |
- name: id
|
25 |
dtype: string
|