Open
Description
Hi,
I saw that in the NQ() class, in the create_dataset function, you wrote:
class NQ(Dataset):
def __init__(self, dataset_type="validation"):
self.data = []
with open("/root/autodl-tmp/selected_prompts.json", "r") as file:
for line in file.readlines():
self.raw_data = json.loads(line)
self.data.append(self.raw_data)
The selected_prompts.json is not given. Is there a way to add this file, and other needed json files to the repo?
Metadata
Metadata
Assignees
Labels
No labels
Activity