Alvant
commited on
Commit
·
d28848c
1
Parent(s):
b64f96d
describe two datasets in readme
Browse files
README.md
CHANGED
|
@@ -3,4 +3,24 @@ license: other
|
|
| 3 |
license_name: topicnet
|
| 4 |
license_link: >-
|
| 5 |
https://github.com/machine-intelligence-laboratory/TopicNet/blob/master/LICENSE.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
|
|
|
| 3 |
license_name: topicnet
|
| 4 |
license_link: >-
|
| 5 |
https://github.com/machine-intelligence-laboratory/TopicNet/blob/master/LICENSE.txt
|
| 6 |
+
dataset_info:
|
| 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 |
---
|