overview-and-benchmark-of-traditional-and-deep-learning-models-in-text-classification icon indicating copy to clipboard operation
overview-and-benchmark-of-traditional-and-deep-learning-models-in-text-classification copied to clipboard

GloVe embedding

Open Knap4Sack opened this issue 6 years ago • 4 comments

Sir, I m unable to upload Glove840b.300d.txt file to cloud for processing. help do I need to batch upload the file or something else??

Knap4Sack avatar Feb 11 '19 15:02 Knap4Sack

You need some computational resources, it's a VERY large file.

ahmedbesbes avatar Feb 11 '19 17:02 ahmedbesbes

sir can u explain, i m trying to execute the code on google cloud but i m unable to upload the dataset. i also tried executing the code on google colaboratory by unable to upload dataset, although i have a good internet connection

Knap4Sack avatar Feb 11 '19 18:02 Knap4Sack

i can use AWS also but but i dont know how to upload dataset, if possible pls suggest me some way to do so

Knap4Sack avatar Feb 11 '19 18:02 Knap4Sack

Create an aws instance and the download/unzip the dataset in it by entering these two commands:

  • wget http://nlp.stanford.edu/data/glove.840B.300d.zip
  • unzip glove.840B.300d.zip

ahmedbesbes avatar Feb 11 '19 21:02 ahmedbesbes