aciborowska's picture
Upload README.md with huggingface_hub
535b08c verified
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: eval
        path: data/eval-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: Product
      dtype: string
    - name: Sub_product
      dtype: string
    - name: Consumer_complaint_narrative
      dtype: string
  splits:
    - name: train
      num_bytes: 25124940
      num_examples: 24000
    - name: eval
      num_bytes: 3140617.5
      num_examples: 3000
    - name: test
      num_bytes: 3140617.5
      num_examples: 3000
  download_size: 14662968
  dataset_size: 31406175

Dataset Card for "customers-complaints"

More Information needed