light_dialog_wild / README.md
alexandreacff's picture
Upload dataset
8fa2c32 verified
|
raw
history blame
793 Bytes
metadata
dataset_info:
  features:
    - name: task
      dtype: string
    - name: setting
      struct:
        - name: description
          dtype: string
        - name: name
          dtype: string
    - name: characters
      struct:
        - name: partner_name
          dtype: string
        - name: self_name
          dtype: string
        - name: self_persona
          dtype: string
    - name: dialogue
      sequence: string
  splits:
    - name: train
      num_bytes: 41972013
      num_examples: 41131
    - name: valid
      num_bytes: 591628
      num_examples: 500
    - name: test
      num_bytes: 1183726
      num_examples: 1000
  download_size: 20384589
  dataset_size: 43747367
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: valid
        path: data/valid-*
      - split: test
        path: data/test-*