overview-and-benchmark-of-traditional-and-deep-learning-models-in-text-classification
overview-and-benchmark-of-traditional-and-deep-learning-models-in-text-classification copied to clipboard
GloVe embedding
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??
You need some computational resources, it's a VERY large file.
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
i can use AWS also but but i dont know how to upload dataset, if possible pls suggest me some way to do so
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