bbc-news / README.md
yangwang825's picture
https://dl.acm.org/doi/10.1145/1143844.1143892
d9858df verified
metadata
dataset_info:
  features:
    - name: text
      dtype: string
    - name: label
      dtype:
        class_label:
          names:
            '0': tech
            '1': business
            '2': sport
            '3': entertainment
            '4': politics
  splits:
    - name: train
      num_bytes: 2819448
      num_examples: 1225
    - name: test
      num_bytes: 2243688
      num_examples: 1000
  download_size: 3049902
  dataset_size: 5063136
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*