RTL-Wiki / README.md
Alvant
try return features in readme
f6dc4d3
|
raw
history blame
724 Bytes
metadata
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: 'Unnamed: 0'
        dtype: int
      - 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