FaithDial_HardHal / README.md
Reza-Madani's picture
Upload dataset
30c3513 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: 648189.9384006781
      num_examples: 828
    - name: test_random_split
      num_bytes: 301224.9055944056
      num_examples: 381
    - name: test_topic_split
      num_bytes: 347281.72956664837
      num_examples: 447
    - name: train
      num_bytes: 2247686.7684262134
      num_examples: 2867
    - name: validation
      num_bytes: 624910.3453321627
      num_examples: 790
    - name: valid_random_split
      num_bytes: 255306.94597839136
      num_examples: 316
    - name: valid_topic_split
      num_bytes: 367558.17018846376
      num_examples: 474
  download_size: 2426029
  dataset_size: 4792158.803486964
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-*