QTSumm / README.md
Raywithyou's picture
Upload dataset
9f92bcd verified
|
Raw
History Blame Contribute Delete
870 Bytes
metadata
dataset_info:
  features:
    - name: data_source
      dtype: string
    - name: prompt
      list:
        - name: content
          dtype: string
        - name: role
          dtype: string
    - name: ability
      dtype: string
    - name: reward_model
      struct:
        - name: ground_truth
          sequence: string
        - name: style
          dtype: string
    - name: extra_info
      struct:
        - name: id
          dtype: string
        - name: task_type
          dtype: string
  splits:
    - name: train
      num_bytes: 11125227
      num_examples: 4981
    - name: validation
      num_bytes: 2381510
      num_examples: 1052
    - name: test
      num_bytes: 2431570
      num_examples: 1078
  download_size: 6375412
  dataset_size: 15938307
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*