Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
ArXiv:
DOI:
Libraries:
Datasets
Dask
License:
guipenedo HF staff commited on
Commit
8d8abf8
1 Parent(s): 0c14fbe

Update lighteval_tasks.py

Browse files
Files changed (1) hide show
  1. 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]