Datasets:
Update lighteval_tasks.py
Browse files- lighteval_tasks.py +0 -1
lighteval_tasks.py
CHANGED
@@ -263,7 +263,6 @@ _TASKS += MMLU_TASKS
|
|
263 |
|
264 |
# common sense reasoning + mmlu
|
265 |
EARLY_SIGNAL_TASKS = ",".join([t[1] for t in COMMON_SENSE_REASONING_STRING] + [t[1] for t in MMLU_STRING]
|
266 |
-
+ ["lighteval|sciq|0|0"]) # note that we actually do not use sciq to compute the agg score
|
267 |
|
268 |
# Convert to dict for lighteval
|
269 |
TASKS_TABLE = [task.as_dict() for task in _TASKS]
|
|
|
263 |
|
264 |
# common sense reasoning + mmlu
|
265 |
EARLY_SIGNAL_TASKS = ",".join([t[1] for t in COMMON_SENSE_REASONING_STRING] + [t[1] for t in MMLU_STRING]
|
|
|
266 |
|
267 |
# Convert to dict for lighteval
|
268 |
TASKS_TABLE = [task.as_dict() for task in _TASKS]
|