Skip to content

Instructions on how to load the data? #1

@blindfish

Description

@blindfish

Code uses the Cornell movie scripts dataset, but it's unclear how to prepare the .txt files from that dataset to fit the code:

ans = np.load("./datasets/f_idx_a_1.npy")
ques = np.load("./datasets/f_idx_q_1.npy")

with open('./datasets/metadata_1.pkl', 'rb') as f:
        metadata = pickle.load(f)

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