SawanKumar28 / nile

NILE : Natural Language Inference with Faithful Natural Language Explanations
Apache License 2.0
29 stars 5 forks source link

MNLI download permission issue #5

Closed shanestorks closed 2 years ago

shanestorks commented 3 years ago

When trying to fetch the data using fetch_data.sh, I run into an error urllib.error.HTTPError: HTTP Error 403: Forbidden. Is the download link broken?

SawanKumar28 commented 3 years ago

It looks like the older link is broken. I have updated the script with a new link and it should work now. In any case, MNLI download was what was failing and you can comment that line out if you don't need it.

shanestorks commented 3 years ago

Thank you!