File size: 608 Bytes
99feac2
 
 
 
 
6a9f0dc
d28848c
 
 
6a9f0dc
 
 
 
 
 
 
d28848c
 
6a9f0dc
 
 
 
 
 
 
99feac2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
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: "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: "data/RTL_Wiki_person.csv.gz"
    features:
      - name: id
        dtype: string
      - name: raw_text
        dtype: string
      - name: vw_text
        dtype: string
---