librarian-bot's picture
Librarian Bot: Add language metadata for dataset
7440953 verified
|
raw
history blame
No virus
1.13 kB
metadata
language:
  - en
dataset_info:
  features:
    - name: header
      dtype: string
    - name: text
      dtype: string
    - name: categories
      sequence: int32
    - 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': headliners
            '10': asia
            '11': science
            '12': sports
            '13': entertainment
            '14': tech
            '15': environment
            '16': lifestyle
            '17': health
            '18': aerospace
            '19': business
            '20': africa
            '21': uk
            '22': usa
            '23': crypto
            '24': politics
  splits:
    - name: train
      num_bytes: 196845612.8
      num_examples: 47236
    - name: test
      num_bytes: 49211403.2
      num_examples: 11809
  download_size: 146330092
  dataset_size: 246057016
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*