|
|
--- |
|
|
license: other |
|
|
license_name: topicnet |
|
|
license_link: >- |
|
|
https://github.com/machine-intelligence-laboratory/TopicNet/blob/master/LICENSE.txt |
|
|
configs: |
|
|
- config_name: "rtl-wiki" |
|
|
default: true |
|
|
data_files: |
|
|
- split: train |
|
|
path: "data/RTL_Wiki.csv.gz" |
|
|
features: |
|
|
- name: id |
|
|
dtype: string |
|
|
- name: raw_text |
|
|
dtype: string |
|
|
- name: vw_text |
|
|
dtype: string |
|
|
- config_name: "rtl-wiki-person" |
|
|
data_files: |
|
|
- split: train |
|
|
path: "data/RTL_Wiki_person.csv.gz" |
|
|
features: |
|
|
- name: id |
|
|
dtype: string |
|
|
- name: raw_text |
|
|
dtype: string |
|
|
- name: vw_text |
|
|
dtype: string |
|
|
--- |
|
|
|