cp error
When I run the code "docker run --rm -it -v ${PWD}:/usr/src/newsqa --name newsqa bryant1410/newsqa", it shows "cp: cannot create regular file 'maluuba/newsqa/': No such file or directory".
Please follow the detailed instructions in https://github.com/bryant1410/newsqa to get NewsQA dataset, where the the questions and answers are needed to be downloaded first before running the commands.
Recommended) Docker Set Up These steps handle packaging the dataset and running the tests.
Clone this repo.
Download the tar.gz file for the questions and answers from here to the maluuba/newsqa folder. No need to extract anything.
Download the CNN stories from here to the maluuba/newsqa folder (for legal and technical reasons, we can't distribute this to you).
In the root of this repo, run:
docker run --rm -itv $PWD:/usr/src/newsqa bryant1410/newsqa The Docker image was built with docker build -t bryant1410/newsqa ..
You now have the datasets. See combined-newsqa-data-.json, combined-newsqa-data-.csv, or maluuba/newsqa/newsqa-data-tokenized-*.csv.