BramVanroy's picture
Upload dataset
6cb4f85 verified
|
raw
history blame
707 Bytes
metadata
dataset_info:
  features:
    - name: text
      dtype: string
    - name: label
      dtype:
        class_label:
          names:
            '0': '0'
            '1': '1'
            '2': '2'
            '3': '3'
            '4': '4'
            '5': '5'
  splits:
    - name: train
      num_bytes: 882580389.5158505
      num_examples: 724138
    - name: validation
      num_bytes: 12188013.742074722
      num_examples: 10000
    - name: test
      num_bytes: 12188013.742074722
      num_examples: 10000
  download_size: 576976056
  dataset_size: 906956417
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*