FaithDial_HalFree / README.md
Reza-Madani's picture
Upload dataset
3f64618 verified
|
raw
history blame
1.28 kB
metadata
dataset_info:
  features:
    - name: dialog_idx
      dtype: int32
    - name: response
      dtype: string
    - name: original_response
      dtype: string
    - name: history
      sequence: string
    - name: knowledge
      dtype: string
    - name: BEGIN
      sequence: string
    - name: VRM
      sequence: string
  splits:
    - name: test
      num_bytes: 2770464
      num_examples: 3539
    - name: test_random_split
      num_bytes: 1356698
      num_examples: 1716
    - name: test_topic_split
      num_bytes: 1416319
      num_examples: 1823
    - name: train
      num_bytes: 14391624
      num_examples: 18357
    - name: validation
      num_bytes: 2702935
      num_examples: 3417
    - name: valid_random_split
      num_bytes: 1346017
      num_examples: 1666
    - name: valid_topic_split
      num_bytes: 1357794
      num_examples: 1751
  download_size: 10077618
  dataset_size: 25341851
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-*