thunlp / ConvDR

Code repo for SIGIR 2021 paper "Few-Shot Conversational Dense Retrieval"
MIT License
41 stars 8 forks source link

Issue with Downloading "Passage_ANCE_FirstP_Checkpoint.zip" File #13

Open Weirestrass opened 6 months ago

Weirestrass commented 6 months ago

I'm trying to download the "Passage_ANCE_FirstP_Checkpoint.zip" file from the ConvDR repository using the following command: wget https://webdatamltrainingdiag842.blob.core.windows.net/semistructstore/OpenSource/Passage_ANCE_FirstP_Checkpoint.zip However, I'm encountering a 404 error, indicating the file cannot be found at the specified location. The error is:

--2024-03-05 19:57:32-- https://webdatamltrainingdiag842.blob.core.windows.net/semistructstore/OpenSource/Passage_ANCE_FirstP_Checkpoint.zip Resolving webdatamltrainingdiag842.blob.core.windows.net (webdatamltrainingdiag842.blob.core.windows.net)... 20.60.229.129 Connecting to webdatamltrainingdiag842.blob.core.windows.net (webdatamltrainingdiag842.blob.core.windows.net)|20.60.229.129|:443... connected. HTTP request sent, awaiting response... 404 The specified resource does not exist. 2024-03-05 19:57:32 ERROR 404: The specified resource does not exist..

I've already tried the following steps:

1.Double-checked the URL for any typos or errors. 2.Verified I'm using the correct protocol (HTTPS). 3.Consulted the ConvDR documentation and release notes, but couldn't find any information about file relocation or updates. I understand that external file locations might change over time, and I wanted to check if there's an alternative way to download the required file or if the file is no longer available.

Any information or guidance you can provide would be greatly appreciated.

Yu-Shi commented 6 months ago

Thank you for reaching out. This checkpointed might be deleted from the Microsoft server. However, you can download the ANCE firstp checkpoint in sentence transformers format: https://huggingface.co/sentence-transformers/msmarco-roberta-base-ance-firstp . Note that the weights are the same but changes are required to be made in the ConvDR code in order to load it.