stanfordnlp / GloVe

Software in C and data files for the popular GloVe model for distributed word representations, a.k.a. word vectors or embeddings
Apache License 2.0
6.86k stars 1.51k forks source link

Why GloVe maximum size is 300 #87

Open iamharshit opened 7 years ago

iamharshit commented 7 years ago

Why the maximum size of embed is 300 for GloVe dataset, is it emphircally derived or there lies some logic?

sakshamjn commented 5 years ago

no logic resides here, it is just to make embedding for the most frequent words to increase accuracy.