Skip to content

Commit

Permalink
Not sure what's going on with openbookqa.
Browse files Browse the repository at this point in the history
Luca says it's redirects.
  • Loading branch information
dirkgr committed Feb 29, 2024
1 parent 1961c25 commit 9e927f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion olmo/eval/downstream.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ class OpenBookQA(ICLMultiChoiceTaskDataset):

metric_type = "len_norm"

def __init__(self, tokenizer, dataset_path="openbookqa", dataset_name=None):
def __init__(self, tokenizer, dataset_path="openbookqa", dataset_name="main"):
super().__init__(
tokenizer=tokenizer,
dataset_path=dataset_path,
Expand Down

0 comments on commit 9e927f1

Please sign in to comment.