allenai / scifact

Data and models for the SciFact verification task.
Other
212 stars 24 forks source link

Can not download the pretrained model #34

Open hlurry opened 1 week ago

hlurry commented 1 week ago

Hi, I tried to use the script you provided to run this project, but it failed when downloading the pre-trained model, saying "403 Forbidden". After check the source code, I found that the URL in the script seems to be inaccessible

<Error>
<Code>AccessDenied</Code>
<Message>Access Denied</Message>
<RequestId>RCD4BA7Y7NCHZCYB</RequestId>
<HostId>9wNQlzP21OnmdjpykqU8ezpwy5MQAsqIML6LwgfrF5W01E/3GqatiiklHtzAdQXmQhqnecgT3TI=</HostId>
</Error>

By the way, my network works well.

hlurry commented 1 week ago

The XML code I posted above is the result I got by directly accessing that URL with the Chrome.