shopping_intent / README.md
krishnakamath's picture
Upload README.md with huggingface_hub
ee0a3da
|
raw
history blame
No virus
831 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
      - split: labels_and_id
        path: data/labels_and_id-*
dataset_info:
  features:
    - name: input
      dtype: string
    - name: label
      dtype: int64
  splits:
    - name: train
      num_bytes: 2171.4246575342468
      num_examples: 58
    - name: validation
      num_bytes: 262.06849315068496
      num_examples: 7
    - name: test
      num_bytes: 299.5068493150685
      num_examples: 8
    - name: labels_and_id
      num_bytes: 56
      num_examples: 2
  download_size: 7117
  dataset_size: 2789

Dataset Card for "shopping_intent"

More Information needed