facebookresearch / MUSE

A library for Multilingual Unsupervised or Supervised word Embeddings
Other
3.18k stars 552 forks source link

Arrival BucketName does not exist (Multilingual aligned word vectors URLs broken) #105

Closed dibesa closed 5 years ago

dibesa commented 5 years ago

Hi all,

I'm trying to download multilingual aligned word embeddings, but the URLs provided (for example, in the English case, https://s3.amazonaws.com/arrival/embeddings/wiki.multi.en.vec) doesn't work. Such URL just returns an XML code with the error:

` NoSuchBucket

The specified bucket does not exist
<BucketName>arrival</BucketName>
<RequestId>F8032D0C9093BD40</RequestId>   <HostId>mKnsh7BRQm438bb4B76aDEjwWz0e40ouNP2CZaVniosKY5jhZXdcBFFWAPFd6jchtG0qDsh4kZI=</HostId>

`

And trying the download with wget: Resolving s3.amazonaws.com (s3.amazonaws.com)... 52.216.83.67 Connecting to s3.amazonaws.com (s3.amazonaws.com)|52.216.83.67|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2019-01-31 12:03:44 ERROR 404: Not Found.

Is there any alternative URL? Looking forward to your reply.

Thanks!

glample commented 5 years ago

Hi,

Sorry about that. This repo where we uploaded our embeddings / dictionaries has been deactivated, we need to upload them somewhere else. Will try to do this as soon as possible.

glample commented 5 years ago

Should be fixed. Does it work for you now?

dibesa commented 5 years ago

Yes! Thanks for the fix.