File size: 1,386 Bytes
bae359b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 | ---
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-*
---
|