I wanted to download the ’ glove.6B.100d.txt’ file from Coursera to work on my home computer (which is faster fo running models than the Coursera environment) . but it is not letting me do it - when I select it and press download, nothing happens (I had no problem downloading training_cleaned.csv file.
I have looked at Stanford (GloVe: Global Vectors for Word Representation) and it looks like I need the glove.6B.zip file.
I have downloaded glove.6B.100d.txt from Kaggle at the end.
I don’t understand why I cant download glove files from Coursera though.
You can also get all of the other GloVe materials directly from that Stanford link, including other sizes (dimensions) of embedding matrices, source text and source code.
Coursera seems to impose size limits on downloads. There have been threads in the past covering how to compress and/or break up and download large files using transport other than HTTP. h5py files have been problematic, for example