We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb42a0 commit 81d0926Copy full SHA for 81d0926
models/rank/naml/README.md
@@ -55,7 +55,7 @@ n篇用户浏览过的文章的article embedding向量组将再次通过attentio
55
另外还需要收集用户的浏览记录,存放在一个或多个以browse{number}.txt为后缀的文件里,如browse.txt, browse3.txt
56
每个用户的单次浏览序列用一行表示,格式为:
57
浏览过的文章id序列 接下来浏览过的文章id 接下来没浏览的文章id序列
58
-以上3项用分号分割,id序列之间用空格分割,接下来没浏览的文章id序列如果没有实际数据,可以采用负采样生成,
+以上3项用tab符号分割,id序列之间用空格分割,接下来没浏览的文章id序列如果没有实际数据,可以采用负采样生成,
59
但是没浏览的序列id个数建议大于等于yaml配置文件中的neg_candidate_size
60
61
在模型目录的data/sample_data目录下为您准备了快速运行的示例数据
0 commit comments