doctor3030's picture
Upload dataset
1dd2dbf verified
metadata
language:
  - en
dataset_info:
  features:
    - name: header
      dtype: string
    - name: body
      dtype: string
    - name: categories
      dtype: string
    - name: all_categories
      dtype:
        class_label:
          names:
            '0': france
            '1': australia
            '2': mexico
            '3': china
            '4': canada
            '5': europe
            '6': military
            '7': world
            '8': motors
            '9': asia
            '10': science
            '11': sports
            '12': entertainment
            '13': tech
            '14': environment
            '15': lifestyle
            '16': health
            '17': aerospace
            '18': business
            '19': africa
            '20': uk
            '21': usa
            '22': crypto
            '23': politics
    - name: text
      dtype: string
    - name: labels
      sequence: float32
  splits:
    - name: train
      num_bytes: 388691383.2
      num_examples: 47236
    - name: test
      num_bytes: 97172845.8
      num_examples: 11809
  download_size: 291405881
  dataset_size: 485864229
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*