Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经按照这个代码https://github.com/hans/glove.py为 BBCNews 数据集实现了手套模型 我已经形成了一个单个文件的语料库,单词之间有一个空格。生成了词汇文件。你能解释一下吗怎么读?
词汇文件应如下所示:
word1 word1_frequency word1 word1_frequency
例如,
apple 102 are 10
等等。你确定你的模型训练正确吗?
资料来源:曾与 GloVe 合作过