File size: 3,949 Bytes
a89ca18 9fe06cc a89ca18 9fe06cc fb0cbab 680ea84 6c6233b 4b3fea3 f794b8d 4fbc258 a89ca18 9fe06cc fb0cbab 680ea84 6c6233b 4b3fea3 f794b8d 4fbc258 a89ca18 | 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 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 | ---
dataset_info:
- config_name: evaluation
features:
- name: qid
dtype: int64
- name: question
dtype: string
- name: date
dtype: string
- name: metadata
sequence: string
- name: response_j
dtype: string
- name: response_k
dtype: string
splits:
- name: train
num_bytes: 12550693432
num_examples: 4483004
download_size: 3749012443
dataset_size: 12550693432
- config_name: finetune
features:
- name: qid
dtype: int64
- name: question
dtype: string
- name: date
dtype: string
- name: metadata
sequence: string
- name: response_j
dtype: string
- name: response_k
dtype: string
splits:
- name: train
num_bytes: 20801564161
num_examples: 7440923
download_size: 6222589375
dataset_size: 20801564161
- config_name: reward
features:
- name: qid
dtype: int64
- name: question
dtype: string
- name: date
dtype: string
- name: metadata
sequence: string
- name: response_j
dtype: string
- name: response_k
dtype: string
splits:
- name: train
num_bytes: 20826371370
num_examples: 7441998
download_size: 6228815486
dataset_size: 20826371370
- config_name: rl
features:
- name: qid
dtype: int64
- name: question
dtype: string
- name: date
dtype: string
- name: metadata
sequence: string
- name: response_j
dtype: string
- name: response_k
dtype: string
splits:
- name: train
num_bytes: 20823077627
num_examples: 7435908
download_size: 6227283238
dataset_size: 20823077627
- config_name: rl_deduplicate
features:
- name: qid
dtype: int64
- name: question
dtype: string
- name: date
dtype: string
- name: metadata
sequence: string
- name: response_j
dtype: string
- name: response_k
dtype: string
splits:
- name: train
num_bytes: 8012790573
num_examples: 2817470
download_size: 4407702562
dataset_size: 8012790573
- config_name: rl_deduplicate_shuffled
features:
- name: qid
dtype: int64
- name: question
dtype: string
- name: date
dtype: string
- name: metadata
sequence: string
- name: response_j
dtype: string
- name: response_k
dtype: string
splits:
- name: train
num_bytes: 8012790573
num_examples: 2817470
download_size: 4407522117
dataset_size: 8012790573
- config_name: rl_deduplicate_shuffled_20000
features:
- name: qid
dtype: int64
- name: question
dtype: string
- name: date
dtype: string
- name: metadata
sequence: string
- name: response_j
dtype: string
- name: response_k
dtype: string
splits:
- name: train
num_bytes: 56944706
num_examples: 20000
download_size: 31272569
dataset_size: 56944706
- config_name: rl_deduplicate_shuffled_5000
features:
- name: qid
dtype: int64
- name: question
dtype: string
- name: date
dtype: string
- name: metadata
sequence: string
- name: response_j
dtype: string
- name: response_k
dtype: string
splits:
- name: train
num_bytes: 14260566
num_examples: 5000
download_size: 7826027
dataset_size: 14260566
configs:
- config_name: evaluation
data_files:
- split: train
path: evaluation/train-*
- config_name: finetune
data_files:
- split: train
path: finetune/train-*
- config_name: reward
data_files:
- split: train
path: reward/train-*
- config_name: rl
data_files:
- split: train
path: rl/train-*
- config_name: rl_deduplicate
data_files:
- split: train
path: rl_deduplicate/train-*
- config_name: rl_deduplicate_shuffled
data_files:
- split: train
path: rl_deduplicate_shuffled/train-*
- config_name: rl_deduplicate_shuffled_20000
data_files:
- split: train
path: rl_deduplicate_shuffled_20000/train-*
- config_name: rl_deduplicate_shuffled_5000
data_files:
- split: train
path: rl_deduplicate_shuffled_5000/train-*
---
|