jjhpark's picture
Upload dataset
116a929 verified
metadata
dataset_info:
  features:
    - name: prompt_id
      dtype: string
    - name: prompt
      dtype: string
    - name: response_0
      dtype: string
    - name: response_1
      dtype: string
    - name: response_2
      dtype: string
    - name: response_3
      dtype: string
    - name: response_4
      dtype: string
    - name: response_0_reward
      dtype: float64
    - name: response_1_reward
      dtype: float64
    - name: response_2_reward
      dtype: float64
    - name: response_3_reward
      dtype: float64
    - name: response_4_reward
      dtype: float64
    - name: llama_prompt
      dtype: string
    - name: llama_prompt_tokens
      sequence: int64
    - name: chosen
      dtype: string
    - name: chosen_reward
      dtype: float64
    - name: llama_chosen
      dtype: string
    - name: llama_chosen_tokens
      sequence: int64
    - name: reject
      dtype: string
    - name: reject_reward
      dtype: float64
    - name: llama_reject
      dtype: string
    - name: llama_reject_tokens
      sequence: int64
  splits:
    - name: train
      num_bytes: 3588471025.0706425
      num_examples: 55698
    - name: test
      num_bytes: 257709.1475507661
      num_examples: 4
  download_size: 634223021
  dataset_size: 3588728734.218193
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*