Spaces:
Paused
Paused
Fixed dataset location
Browse files
src/custom_tasks/snli_task.py
CHANGED
@@ -49,7 +49,7 @@ snli_task = LightevalTaskConfig(
|
|
49 |
name="snli-acc",
|
50 |
prompt_function="snli_prompt_fn", # must be defined in the file or imported from src/lighteval/tasks/tasks_prompt_formatting.py
|
51 |
suite=["custom"],
|
52 |
-
hf_repo="
|
53 |
hf_subset="default",
|
54 |
hf_avail_splits=["snli"],
|
55 |
evaluation_splits=["snli"],
|
|
|
49 |
name="snli-acc",
|
50 |
prompt_function="snli_prompt_fn", # must be defined in the file or imported from src/lighteval/tasks/tasks_prompt_formatting.py
|
51 |
suite=["custom"],
|
52 |
+
hf_repo="hebrew-llm-leaderboard/tests",
|
53 |
hf_subset="default",
|
54 |
hf_avail_splits=["snli"],
|
55 |
evaluation_splits=["snli"],
|