Cynwell / Text-Level-GNN

Text Level Graph Neural Network for Text Classification
Apache License 2.0
46 stars 13 forks source link

Where can I find the embeddings files? #1

Closed suhas-bn-1412 closed 3 years ago

suhas-bn-1412 commented 3 years ago

Can you upload those files too

Cynwell commented 3 years ago

Embeddings file are too large to be uploaded here. Instead, you can download it from the Standford NLP GloVe project website.

Embeddings file can be downloaded from this website: https://nlp.stanford.edu/projects/glove/ Or you can directly download the file via this link: http://nlp.stanford.edu/data/glove.6B.zip

Once you have finished downloading, extract the file and set up the directory as stated in README.md and it will work.