How to Train GloVe algorithm on my own corpus

前端 未结 4 1074
孤街浪徒
孤街浪徒 2021-02-04 01:59

I tried to follow this.
But some how I wasted a lot of time ending up with nothing useful.
I just want to train a GloVe model on my own corpus (~900Mb corpu

4条回答
  •  余生分开走
    2021-02-04 02:21

    your corpus should go to variable CORPUS. The vectors.txt is the output, which suppose to be useful. You can train Glove in python, but it takes more time and you need to have C compiling environment. I tried it before and won't recommend it.

提交回复
热议问题