|
33 | 33 | causal_judgment = LightevalTaskConfig( |
34 | 34 | name="bigbench_hard:causal_judgment", |
35 | 35 | suite=["lighteval"], |
36 | | - prompt_function=prompt.bbh_lighteval, |
| 36 | + prompt_function=prompt.bbh, |
37 | 37 | hf_repo="lighteval/bbh", |
38 | 38 | hf_subset="causal_judgement", |
39 | 39 | hf_avail_splits=["train"], |
|
49 | 49 | date_understanding = LightevalTaskConfig( |
50 | 50 | name="bigbench_hard:date_understanding", |
51 | 51 | suite=["lighteval"], |
52 | | - prompt_function=prompt.bbh_lighteval, |
| 52 | + prompt_function=prompt.bbh, |
53 | 53 | hf_repo="lighteval/bbh", |
54 | 54 | hf_subset="date_understanding", |
55 | 55 | hf_avail_splits=["train"], |
|
65 | 65 | disambiguation_qa = LightevalTaskConfig( |
66 | 66 | name="bigbench_hard:disambiguation_qa", |
67 | 67 | suite=["lighteval"], |
68 | | - prompt_function=prompt.bbh_lighteval, |
| 68 | + prompt_function=prompt.bbh, |
69 | 69 | hf_repo="lighteval/bbh", |
70 | 70 | hf_subset="disambiguation_qa", |
71 | 71 | hf_avail_splits=["train"], |
|
81 | 81 | geometric_shapes = LightevalTaskConfig( |
82 | 82 | name="bigbench_hard:geometric_shapes", |
83 | 83 | suite=["lighteval"], |
84 | | - prompt_function=prompt.bbh_lighteval, |
| 84 | + prompt_function=prompt.bbh, |
85 | 85 | hf_repo="lighteval/bbh", |
86 | 86 | hf_subset="geometric_shapes", |
87 | 87 | hf_avail_splits=["train"], |
|
97 | 97 | logical_deduction_five_objects = LightevalTaskConfig( |
98 | 98 | name="bigbench_hard:logical_deduction_five_objects", |
99 | 99 | suite=["lighteval"], |
100 | | - prompt_function=prompt.bbh_lighteval, |
| 100 | + prompt_function=prompt.bbh, |
101 | 101 | hf_repo="lighteval/bbh", |
102 | 102 | hf_subset="logical_deduction_five_objects", |
103 | 103 | hf_avail_splits=["train"], |
|
113 | 113 | logical_deduction_seven_objects = LightevalTaskConfig( |
114 | 114 | name="bigbench_hard:logical_deduction_seven_objects", |
115 | 115 | suite=["lighteval"], |
116 | | - prompt_function=prompt.bbh_lighteval, |
| 116 | + prompt_function=prompt.bbh, |
117 | 117 | hf_repo="lighteval/bbh", |
118 | 118 | hf_subset="logical_deduction_seven_objects", |
119 | 119 | hf_avail_splits=["train"], |
|
129 | 129 | logical_deduction_three_objects = LightevalTaskConfig( |
130 | 130 | name="bigbench_hard:logical_deduction_three_objects", |
131 | 131 | suite=["lighteval"], |
132 | | - prompt_function=prompt.bbh_lighteval, |
| 132 | + prompt_function=prompt.bbh, |
133 | 133 | hf_repo="lighteval/bbh", |
134 | 134 | hf_subset="logical_deduction_three_objects", |
135 | 135 | hf_avail_splits=["train"], |
|
145 | 145 | movie_recommendation = LightevalTaskConfig( |
146 | 146 | name="bigbench_hard:movie_recommendation", |
147 | 147 | suite=["lighteval"], |
148 | | - prompt_function=prompt.bbh_lighteval, |
| 148 | + prompt_function=prompt.bbh, |
149 | 149 | hf_repo="lighteval/bbh", |
150 | 150 | hf_subset="movie_recommendation", |
151 | 151 | hf_avail_splits=["train"], |
|
161 | 161 | navigate = LightevalTaskConfig( |
162 | 162 | name="bigbench_hard:navigate", |
163 | 163 | suite=["lighteval"], |
164 | | - prompt_function=prompt.bbh_lighteval, |
| 164 | + prompt_function=prompt.bbh, |
165 | 165 | hf_repo="lighteval/bbh", |
166 | 166 | hf_subset="navigate", |
167 | 167 | hf_avail_splits=["train"], |
|
177 | 177 | reasoning_about_colored_objects = LightevalTaskConfig( |
178 | 178 | name="bigbench_hard:reasoning_about_colored_objects", |
179 | 179 | suite=["lighteval"], |
180 | | - prompt_function=prompt.bbh_lighteval, |
| 180 | + prompt_function=prompt.bbh, |
181 | 181 | hf_repo="lighteval/bbh", |
182 | 182 | hf_subset="reasoning_about_colored_objects", |
183 | 183 | hf_avail_splits=["train"], |
|
193 | 193 | ruin_names = LightevalTaskConfig( |
194 | 194 | name="bigbench_hard:ruin_names", |
195 | 195 | suite=["lighteval"], |
196 | | - prompt_function=prompt.bbh_lighteval, |
| 196 | + prompt_function=prompt.bbh, |
197 | 197 | hf_repo="lighteval/bbh", |
198 | 198 | hf_subset="ruin_names", |
199 | 199 | hf_avail_splits=["train"], |
|
209 | 209 | salient_translation_error_detection = LightevalTaskConfig( |
210 | 210 | name="bigbench_hard:salient_translation_error_detection", |
211 | 211 | suite=["lighteval"], |
212 | | - prompt_function=prompt.bbh_lighteval, |
| 212 | + prompt_function=prompt.bbh, |
213 | 213 | hf_repo="lighteval/bbh", |
214 | 214 | hf_subset="salient_translation_error_detection", |
215 | 215 | hf_avail_splits=["train"], |
|
225 | 225 | snarks = LightevalTaskConfig( |
226 | 226 | name="bigbench_hard:snarks", |
227 | 227 | suite=["lighteval"], |
228 | | - prompt_function=prompt.bbh_lighteval, |
| 228 | + prompt_function=prompt.bbh, |
229 | 229 | hf_repo="lighteval/bbh", |
230 | 230 | hf_subset="snarks", |
231 | 231 | hf_avail_splits=["train"], |
|
241 | 241 | sports_understanding = LightevalTaskConfig( |
242 | 242 | name="bigbench_hard:sports_understanding", |
243 | 243 | suite=["lighteval"], |
244 | | - prompt_function=prompt.bbh_lighteval, |
| 244 | + prompt_function=prompt.bbh, |
245 | 245 | hf_repo="lighteval/bbh", |
246 | 246 | hf_subset="sports_understanding", |
247 | 247 | hf_avail_splits=["train"], |
|
257 | 257 | temporal_sequences = LightevalTaskConfig( |
258 | 258 | name="bigbench_hard:temporal_sequences", |
259 | 259 | suite=["lighteval"], |
260 | | - prompt_function=prompt.bbh_lighteval, |
| 260 | + prompt_function=prompt.bbh, |
261 | 261 | hf_repo="lighteval/bbh", |
262 | 262 | hf_subset="temporal_sequences", |
263 | 263 | hf_avail_splits=["train"], |
|
273 | 273 | tracking_shuffled_objects_five_objects = LightevalTaskConfig( |
274 | 274 | name="bigbench_hard:tracking_shuffled_objects_five_objects", |
275 | 275 | suite=["lighteval"], |
276 | | - prompt_function=prompt.bbh_lighteval, |
| 276 | + prompt_function=prompt.bbh, |
277 | 277 | hf_repo="lighteval/bbh", |
278 | 278 | hf_subset="tracking_shuffled_objects_five_objects", |
279 | 279 | hf_avail_splits=["train"], |
|
289 | 289 | tracking_shuffled_objects_seven_objects = LightevalTaskConfig( |
290 | 290 | name="bigbench_hard:tracking_shuffled_objects_seven_objects", |
291 | 291 | suite=["lighteval"], |
292 | | - prompt_function=prompt.bbh_lighteval, |
| 292 | + prompt_function=prompt.bbh, |
293 | 293 | hf_repo="lighteval/bbh", |
294 | 294 | hf_subset="tracking_shuffled_objects_seven_objects", |
295 | 295 | hf_avail_splits=["train"], |
|
305 | 305 | tracking_shuffled_objects_three_objects = LightevalTaskConfig( |
306 | 306 | name="bigbench_hard:tracking_shuffled_objects_three_objects", |
307 | 307 | suite=["lighteval"], |
308 | | - prompt_function=prompt.bbh_lighteval, |
| 308 | + prompt_function=prompt.bbh, |
309 | 309 | hf_repo="lighteval/bbh", |
310 | 310 | hf_subset="tracking_shuffled_objects_three_objects", |
311 | 311 | hf_avail_splits=["train"], |
|
0 commit comments