How do I download the GloVe embeddings for C3W3 Assignment?

I’m trying to run this assignment locally after completing this in a notebook online. I can download the CSV dataset, but when I tick the embedding file and click download all I get is a blank page?

Thanks!

Here are the steps to download data files that are associated with the current workspace via a sym link.

  1. On jupyter interface, click New > Terminal

  2. On the terminal, locate the true location of the file and copy if to your current workspace via the cp command (compressing is a good idea).

  3. Go back to the jupyter interface and download the tar file and extract it locally using tar -xvzf glove.6B.100d.txt.tar and move the contents to the desired directory.

    1. Go back to the terminal and remove the temporary files via rm glove*
1 Like