FaithDial_SoftHal / README.md
Reza-Madani's picture
Upload dataset
0d109dd verified
metadata
dataset_info:
  features:
    - name: dialog_idx
      dtype: int32
    - name: faithdial_response
      dtype: string
    - name: response
      dtype: string
    - name: history
      sequence: string
    - name: knowledge
      dtype: string
    - name: BEGIN
      sequence: string
    - name: VRM
      sequence: string
  splits:
    - name: test
      num_bytes: 2004848.348120938
      num_examples: 2561
    - name: test_random_split
      num_bytes: 947949.2435897436
      num_examples: 1199
    - name: test_topic_split
      num_bytes: 1058160.437739989
      num_examples: 1362
    - name: train
      num_bytes: 10589293.749959143
      num_examples: 13507
    - name: validation
      num_bytes: 1997340.0278021656
      num_examples: 2525
    - name: valid_random_split
      num_bytes: 948513.7803121249
      num_examples: 1174
    - name: valid_topic_split
      num_bytes: 1047618.3289548829
      num_examples: 1351
  download_size: 8221702
  dataset_size: 18593723.916478988
configs:
  - config_name: default
    data_files:
      - split: test
        path: data/test-*
      - split: test_random_split
        path: data/test_random_split-*
      - split: test_topic_split
        path: data/test_topic_split-*
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: valid_random_split
        path: data/valid_random_split-*
      - split: valid_topic_split
        path: data/valid_topic_split-*