Skip to content

Commit

Permalink
fix: add main run
Browse files Browse the repository at this point in the history
  • Loading branch information
vejvarm committed Nov 27, 2023
1 parent c2df044 commit 4729076
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build_vocabs.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,8 @@ def main():
dataset = CSQADataset(args) # load all data from all splits to build full vocab from all splits
_ = dataset.build_vocabs(args.stream_data)
print("done")
# data_dict, helper_dict = dataset.preprocess_data()
# data_dict, helper_dict = dataset.preprocess_data()


if __name__ == "__main__":
main()

0 comments on commit 4729076

Please sign in to comment.