ZefanCai's picture
Upload dataset
805ffc1 verified
metadata
dataset_info:
  features:
    - name: prompt
      dtype: string
    - name: accept_response
      dtype: string
    - name: reject_response
      dtype: string
    - name: accept_choice
      dtype: string
    - name: reject_choice
      dtype: string
    - name: style
      dtype: string
    - name: question
      dtype: string
    - name: options
      sequence: string
    - name: selections
      sequence: float64
    - name: answers
      sequence: string
    - name: probabilities
      sequence: float64
    - name: accept_choice_id
      dtype: int64
    - name: reject_choice_id
      dtype: int64
    - name: options_map
      sequence: string
  splits:
    - name: train
      num_bytes: 271745225
      num_examples: 176905
    - name: test
      num_bytes: 34211404
      num_examples: 22199
    - name: eval
      num_bytes: 34145628
      num_examples: 22166
  download_size: 126647777
  dataset_size: 340102257
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: eval
        path: data/eval-*