facebookresearch / DrQA

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

clear doubts #44

Closed Nick7hill closed 7 years ago

Nick7hill commented 7 years ago

hi, can anyone please tell me the difference between the reader sections in DrQA/drqa/reader and DrQA/scripts/reader. what exactly is going in these two sections and the aim for it?

ajfisch commented 7 years ago

The DrQA/drqa directory contains the source code for the drqa package. All of the model logic is here. The DrQA/scripts directory contains examples that use the package to do useful things with real things. Like train models. Build datasets. Make predictions.