KushT's picture
Upload README.md with huggingface_hub
84cb918
|
raw
history blame
533 Bytes
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: string
  splits:
    - name: train
      num_bytes: 3419654
      num_examples: 1512
    - name: validation
      num_bytes: 889916
      num_examples: 379
    - name: test
      num_bytes: 753018
      num_examples: 334
  download_size: 3164128
  dataset_size: 5062588