wikipedia-topics / README.md
tarekziade's picture
small text
69d0f36
|
raw
history blame
804 Bytes
metadata
license: cc-by-sa-4.0
dataset_info:
  features:
    - name: title
      dtype: string
    - name: id
      dtype: int64
    - name: summary
      dtype: string
    - name: category
      dtype: string
  splits:
    - name: train
      num_bytes: 4281425.1
      num_examples: 7200
    - name: test
      num_bytes: 475713.9
      num_examples: 800
  download_size: 3038999
  dataset_size: 4757139
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*

Creates a text/category dataset using Wikipedia.

Explores the 40 root categories and their sub-categories to collect pages that are seen only on each root category. The produced dataset provides 200 pages per category.

Author: Tarek Ziadé / Mozilla