microsoft / GLUECoS

A benchmark for code-switched NLP, ACL 2020
https://microsoft.github.io/GLUECoS
MIT License
73 stars 57 forks source link

Spacy versioning error for DrQA #39

Closed IamAdiSri closed 3 years ago

IamAdiSri commented 3 years ago

It would be helpful for people if you could add to the readme file that spacy version 2.1.0 is required to run DrQA. This isn't mentioned on their repo either and the repository seems dead so it probably won't be updated there anyways. If one tries to run their script it installs spacy v3 which is incompatible with their code. I had to find out the correct spacy version by looking up the date at which their scripts were written and comparing it to version releases.

Genius1237 commented 3 years ago

Could you open a PR with the change? I will merge it in

Genius1237 commented 3 years ago

Fixed in #58