facebookresearch / DrQA

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

Update default spaCy model #261

Closed newvicklee closed 3 years ago

newvicklee commented 3 years ago

Currently, the spaCy model defaults to en. However, en is not an option anymore. Reference: https://spacy.io/models/en

The three English pretrained models are:

This PR changes the default to en_core_web_md which is the smallest model with GloVe vectors, and has a reasonable download size of 48MB, vs the lg model which is 746MB.