allenai / bi-att-flow

Bi-directional Attention Flow (BiDAF) network is a multi-stage hierarchical process that represents context at different levels of granularity and uses a bi-directional attention flow mechanism to achieve a query-aware context representation without early summarization.
http://allenai.github.io/bi-att-flow
Apache License 2.0
1.53k stars 682 forks source link

Training Bidaf on CNN dataset fails #83

Open dev98817 opened 6 years ago

dev98817 commented 6 years ago

Hi , I am trying to train Bidaf on CNN data set but it fails. Here are the steps performed.

but it gives error that some training data file is not found. Looks like what is dumped in json file while pre-processing is different than what is expected by train script.

can you please help? Thanks

zww847204326 commented 4 years ago

Could you give me your cnn data set?I can't even download it use the given link. Thanks!