Skip to content

Reproduction Issues #1

Open
Open
@harelber

Description

@harelber

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions