facebookresearch / DrQA

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

Retriever performance compared with sklearn #259

Open johncs999 opened 4 years ago

johncs999 commented 4 years ago

Hi, thanks for your codes. I notice that you use murmurhash3_32 to hash ngrams. What is the difference in speed compared with directly using TfidfVectorizer in sklearn?