提交 cbae80ea 编写于 作者: Y yinhaofeng

dssm fix readme

上级 98c94981
......@@ -63,7 +63,8 @@ print("build dict done")
#划分训练集和测试集
query_list = list(pos_dict.keys())
#print(len(query_list))
#random.shuffle(query_list)
np.random.seed(107)
np.random.shuffle(query_list)
train_query = query_list[:11600]
test_query = query_list[11600:]
......
......@@ -53,6 +53,6 @@ python -m paddlerec.run -m models/contentunderstanding/match-pyramid/config.yaml
| 数据集 | 模型 | 正逆序比 | map |
| :------------------: | :--------------------: | :---------: |:---------: |
| zhidao | DSSM | 2.25 | -- |
| zhidao | DSSM | 2.75 | -- |
| Letor07 | match-pyramid | -- | 0.42 |
| zhidao | multiview-simnet | 1.72 | -- |
| zhidao | multiview-simnet | 13.67 | -- |
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册