ktolnos's picture
Upload dataset
bae359b verified
metadata
dataset_info:
  features:
    - name: domain
      dtype: string
    - name: language
      dtype: string
    - name: context
      list:
        - name: content
          dtype: string
        - name: role
          dtype: string
    - name: response1
      dtype: string
    - name: response2
      dtype: string
    - name: overall_preference
      dtype: int64
    - name: individual_preference
      list:
        - name: feedback1
          dtype: string
        - name: feedback2
          dtype: string
        - name: reasoning
          dtype: string
        - name: score
          dtype: int64
    - name: chosen
      list:
        - name: content
          dtype: string
        - name: role
          dtype: string
    - name: rejected
      list:
        - name: content
          dtype: string
        - name: role
          dtype: string
    - name: preference_strength
      dtype: int64
    - name: chosen_reward
      dtype: float64
    - name: rejected_reward
      dtype: float64
    - name: does_gold_agree_with_original
      dtype: bool
  splits:
    - name: train
      num_bytes: 83102781.25
      num_examples: 6573
    - name: test
      num_bytes: 4605866.047227926
      num_examples: 365
    - name: heldout
      num_bytes: 4686840.741437206
      num_examples: 372
  download_size: 48617154
  dataset_size: 92395488.03866513
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: heldout
        path: data/heldout-*