Alvant
commited on
Commit
·
6a9f0dc
1
Parent(s):
e6f9736
return columns info, rename datasets_info -> configs
Browse files
README.md
CHANGED
|
@@ -3,10 +3,24 @@ license: other
|
|
| 3 |
license_name: topicnet
|
| 4 |
license_link: >-
|
| 5 |
https://github.com/machine-intelligence-laboratory/TopicNet/blob/master/LICENSE.txt
|
| 6 |
-
|
| 7 |
- config_name: "rtl-wiki"
|
| 8 |
default: true
|
| 9 |
data_files: "data/RTL_Wiki.csv.gz"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
- config_name: "rtl-wiki-person"
|
| 11 |
data_files: "data/RTL_Wiki_person.csv.gz"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
|
|
|
| 3 |
license_name: topicnet
|
| 4 |
license_link: >-
|
| 5 |
https://github.com/machine-intelligence-laboratory/TopicNet/blob/master/LICENSE.txt
|
| 6 |
+
configs:
|
| 7 |
- config_name: "rtl-wiki"
|
| 8 |
default: true
|
| 9 |
data_files: "data/RTL_Wiki.csv.gz"
|
| 10 |
+
features:
|
| 11 |
+
- name: id
|
| 12 |
+
dtype: string
|
| 13 |
+
- name: raw_text
|
| 14 |
+
dtype: string
|
| 15 |
+
- name: vw_text
|
| 16 |
+
dtype: string
|
| 17 |
- config_name: "rtl-wiki-person"
|
| 18 |
data_files: "data/RTL_Wiki_person.csv.gz"
|
| 19 |
+
features:
|
| 20 |
+
- name: id
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: raw_text
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: vw_text
|
| 25 |
+
dtype: string
|
| 26 |
---
|