File size: 1,981 Bytes
a143df0 cd321b5 a143df0 9cabf82 a143df0 9cabf82 a143df0 9cabf82 a143df0 |
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 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 |
---
language:
- en
dataset_info:
features:
- name: prompt_id
dtype: string
- name: prompt
dtype: string
- name: all_generated_responses
sequence: string
- name: all_reward_scores
sequence: float64
- name: A0
list:
- name: content
dtype: string
- name: role
dtype: string
- name: A1
list:
- name: content
dtype: string
- name: role
dtype: string
- name: A2
list:
- name: content
dtype: string
- name: role
dtype: string
- name: A3
list:
- name: content
dtype: string
- name: role
dtype: string
- name: A4
list:
- name: content
dtype: string
- name: role
dtype: string
- name: A5
list:
- name: content
dtype: string
- name: role
dtype: string
- name: A6
list:
- name: content
dtype: string
- name: role
dtype: string
- name: A7
list:
- name: content
dtype: string
- name: role
dtype: string
- name: score_A0
dtype: float64
- name: score_A1
dtype: float64
- name: score_A2
dtype: float64
- name: score_A3
dtype: float64
- name: score_A4
dtype: float64
- name: score_A5
dtype: float64
- name: score_A6
dtype: float64
- name: score_A7
dtype: float64
- name: model_A0
dtype: string
- name: model_A1
dtype: string
- name: model_A2
dtype: string
- name: model_A3
dtype: string
- name: model_A4
dtype: string
- name: model_A5
dtype: string
- name: model_A6
dtype: string
- name: model_A7
dtype: string
splits:
- name: train_prefs
num_bytes: 7582675999
num_examples: 61124
- name: test_prefs
num_bytes: 248734367
num_examples: 2000
download_size: 2956756356
dataset_size: 7831410366
configs:
- config_name: default
data_files:
- split: train_prefs
path: data/train_prefs-*
- split: test_prefs
path: data/test_prefs-*
---
|