We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, dear author. Thank you for such awesome contributions!
In train_sum.py line 46~48,
asp_dev_dataset = SummarizationDataset( asp_test_file, use_keywords=args.use_keywords, use_switch=args.use_switch, shuffle=False)
I think that it should be asp_dev_file instead of asp_test_file in line 47. Can you please check if this debug is correct?
asp_dev_file
asp_test_file
Thank in advance.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, dear author.
Thank you for such awesome contributions!
In train_sum.py line 46~48,
I think that it should be
asp_dev_file
instead ofasp_test_file
in line 47.Can you please check if this debug is correct?
Thank in advance.
The text was updated successfully, but these errors were encountered: