Shaltiel commited on
Commit
10bea21
1 Parent(s): 4d998ac

Fixed dataset location

Browse files
Files changed (1) hide show
  1. src/custom_tasks/snli_task.py +1 -1
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="dicta-hebrew-llm-leaderboard/tests",
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"],