Update lighteval_task.py

#3

YAML Metadata Error:Invalid content in eval.yaml.

Check out the documentation for more information.

Show details
✖ Invalid input → at evaluation_framework
Files changed (1) hide show
  1. lighteval_task.py +2 -2
lighteval_task.py CHANGED
@@ -41,11 +41,11 @@ def compute_calibration_metric(predictions, formatted_doc):
41
  TASKS_TABLE = [
42
  {
43
  "name": "uncertainty_gym",
44
- "dataset_path": "uncertainty-gym",
45
  "dataset_name": "default",
46
  "doc_to_text": uncertainty_gym_doc_to_text,
47
  "doc_to_target": uncertainty_gym_doc_to_target,
48
  "metric": compute_calibration_metric,
49
- "hf_repo": "uncertainty-gym",
50
  }
51
  ]
 
41
  TASKS_TABLE = [
42
  {
43
  "name": "uncertainty_gym",
44
+ "dataset_path": "Muse-Ltd/UncertaintyGym",
45
  "dataset_name": "default",
46
  "doc_to_text": uncertainty_gym_doc_to_text,
47
  "doc_to_target": uncertainty_gym_doc_to_target,
48
  "metric": compute_calibration_metric,
49
+ "hf_repo": "Muse-Ltd/UncertaintyGym",
50
  }
51
  ]