facebookresearch / DrQA

Reading Wikipedia to Answer Open-Domain Questions
Other
4.48k stars 898 forks source link

Reading 0 paragraphs #270

Open Mushahid2521 opened 3 years ago

Mushahid2521 commented 3 years ago

Hello. I have created the db.db file from a json file which contains id and text like below: {"id": "Doc 1", "text": "Text of Doc1"} {"id": "Doc 2", "text": "Text of Doc 2"}

Then I created the .npz file from the db.db file. Now when I run scripts/pipeline/interactive.py file specifying the db file npz file I see that it prints [ Reading 0 paragraphs... ] in the console. Please let me know where I am mistaking.

BayanIssa commented 2 years ago

I have same error