GoogleNews-vectors-negative300.bin.gz ERROR 403: Forbidden Google Collab

Viewed 11

Below is the code in a cell in google collab:

!wget -P /root/input -c "https://s3.amazonaws.com/dl4j-distribution/GoogleNews-vectors-negative300.bin.gz"
EMBEDDING_FILE = '/root/input/GoogleNews-vectors.negative300.bin.gz'
word2vec = gensim.models.KeyedVectors.load_word2vec_format(EMBEDDING_FILE, binary=True)

After running the cell it shows an error which is:

--2022-09-25 00:58:15-- https://s3.amazonaws.com/dl4j-distribution/GoogleNews-vectors-negative300.bin.gz Resolving s3.amazonaws.com (s3.amazonaws.com)... 52.216.85.117 Connecting to s3.amazonaws.com (s3.amazonaws.com)|52.216.85.117|:443... connected. HTTP request sent, awaiting response... 403 Forbidden 2022-09-25 00:58:15 ERROR 403: Forbidden.

Why is it showing this issue? Here is the screenshot:

enter image description here

0 Answers
Related