Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Downloading "Passage_ANCE_FirstP_Checkpoint.zip" File #13

Open
yjEugenia opened this issue Mar 5, 2024 · 1 comment
Open

Comments

@yjEugenia
Copy link

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
Copy link
Member

Yu-Shi commented Mar 8, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants