daily_dialog / README.md
Samoed's picture
Upload dataset
12f30df verified
metadata
dataset_info:
  features:
    - name: dialog
      sequence: string
    - name: act_label
      dtype: int64
    - name: act_label_text
      dtype: string
    - name: emotion_label
      dtype: int64
    - name: emotion_label_text
      dtype: string
  splits:
    - name: train
      num_bytes: 35065569
      num_examples: 87170
    - name: validation
      num_bytes: 3227015
      num_examples: 8069
    - name: test
      num_bytes: 3077358
      num_examples: 7740
  download_size: 4965469
  dataset_size: 41369942
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*