KushT's picture
Upload README.md with huggingface_hub
c614722
metadata
license: mit
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: text
      dtype: string
    - name: label
      dtype: int64
  splits:
    - name: train
      num_bytes: 330583858
      num_examples: 448000
    - name: validation
      num_bytes: 82974979
      num_examples: 112000
    - name: test
      num_bytes: 27962097
      num_examples: 38000
  download_size: 282998240
  dataset_size: 441520934