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.81k stars 1.51k forks source link

Is there a python glove source code for Glove ? #195

Open wa008 opened 3 years ago

wa008 commented 3 years ago

Thanks very much !

AngledLuffa commented 3 years ago

Sorry, but no. It certainly would make a lot of sense - torch support for GPU would be faster, and it would improve portability. However, it's pretty far back on the TODO list

M-Demay commented 2 years ago

Hello, for a project of mine I developed a Python interface for your C code. Are you interested in it ?

AngledLuffa commented 2 years ago

I am not certain this is the same question - I believe OP was asking about a python only version, probably using TF or pytorch to put it on a GPU and make it go brrrr. However, I do expect users of the current code would find that very useful, thanks! However however, my work schedule for the next couple months is already quite packed...