salesforce / WikiSQL

A large annotated semantic parsing corpus for developing natural language interfaces.
BSD 3-Clause "New" or "Revised" License
1.62k stars 322 forks source link

Error while running evaluate.py #50

Closed techwithshadab closed 4 years ago

techwithshadab commented 4 years ago

I tried running evaluate.py with dev data. The command I have given in cmd: python evaluate.py data\dev.jsonl data\dev.db test\example.pred.dev.jsonl

I'm getting this error-

image

Can someone help where I'm going wrong?

Regards,

techwithshadab commented 4 years ago

I was able to run it by installing docker and downloading the relevant files.

Thanks