In config.py, on line 26-28
it seems like the preprocessing step need article.txt, title.txt, template, samples.index.json and _score.json to be prepared in config.py to run the whole process
But after doing retrieve, I only got train/test/dev.sample.index other than the original article and title file
So how can I get all the other data I need such as sample.index.json and _score.json ?
In
config.py, on line 26-28it seems like the
preprocessingstep needarticle.txt,title.txt,template,samples.index.jsonand_score.jsonto be prepared inconfig.pyto run the whole processBut after doing retrieve, I only got
train/test/dev.sample.indexother than the original article and title fileSo how can I get all the other data I need such as
sample.index.jsonand_score.json?