Closed StevenTang1998 closed 2 years ago
@remenberl
Please install an older version as below. It should solve the config key issue.
pip3 install news-please==1.4.26
It works. Thanks for you help!!
Hello, I have downloaded them and use the script to preprocess them. However, the file is in the tfrecord format and I want to know how I can get the (article, headline) pair in the string format. I want to use them to conduct summarization task in my own model.
Thanks.
The tfrecord files should contain title and article content by default, as it is controled by this parameter (set to True by default in the main file).
To process tfrecord, please refer to this Tensorflow page
Thanks for your help.
After I process them, I want to check if A is the news headline and BCDE is different articles under that headline.
Yes, A is the headline, followed by different articles.
Thank you very much!
Following the readme, I run
news-please -c news_please
, and the following error orrurs: