From 9979604596caf01f679898999c29982ba41cc389 Mon Sep 17 00:00:00 2001 From: yinhaofeng <1841837261@qq.com> Date: Mon, 28 Sep 2020 03:43:09 +0000 Subject: [PATCH] readme --- models/match/dssm/readme.md | 6 ++++++ models/match/match-pyramid/readme.md | 6 ++++++ models/match/multiview-simnet/readme.md | 5 +++++ 3 files changed, 17 insertions(+) diff --git a/models/match/dssm/readme.md b/models/match/dssm/readme.md index 7acff15b..24be260f 100644 --- a/models/match/dssm/readme.md +++ b/models/match/dssm/readme.md @@ -60,6 +60,12 @@ rm -f dssm%2Fbq.tar.gz 已经在银行换了新预留号码。 我现在换了电话号码,这个需要更换吗 1 每个字段以tab键分隔,第1,2列表示两个文本。第3列表示类别(0或1,0表示两个文本不相似,1表示两个文本相似)。 ``` +在本例中需要调用jieba库和sklearn库,如环境中没有提前安装,可以使用以下命令安装。 +``` +pip install sklearn +pip install jieba +``` + ## 运行环境 PaddlePaddle>=1.7.2 diff --git a/models/match/match-pyramid/readme.md b/models/match/match-pyramid/readme.md index 2ee200a6..f3a41f81 100644 --- a/models/match/match-pyramid/readme.md +++ b/models/match/match-pyramid/readme.md @@ -55,6 +55,12 @@ 3.关系文件:关系文件被用来存储两个句子之间的关系,如query 和document之间的关系。例如:relation.train.fold1.txt, relation.test.fold1.txt 4.嵌入层文件:我们将预训练的词向量存储在嵌入文件中。例如:embed_wiki-pdc_d50_norm +在本例中需要调用jieba库和sklearn库,如环境中没有提前安装,可以使用以下命令安装。 +``` +pip install sklearn +pip install jieba +``` + ## 运行环境 PaddlePaddle>=1.7.2 python 2.7/3.5/3.6/3.7 diff --git a/models/match/multiview-simnet/readme.md b/models/match/multiview-simnet/readme.md index 3b80f776..b7c7c824 100644 --- a/models/match/multiview-simnet/readme.md +++ b/models/match/multiview-simnet/readme.md @@ -61,6 +61,11 @@ rm -f dssm%2Fbq.tar.gz 0:358 0:206 0:205 0:250 0:9 0:3 0:207 0:10 0:330 0:164 1:1144 1:217 1:206 1:9 1:3 1:207 1:10 1:398 1:2 2:217 2:206 2:9 2:3 2:207 2:10 2:398 2:2 0:358 0:206 0:205 0:250 0:9 0:3 0:207 0:10 0:330 0:164 1:951 1:952 1:206 1:9 1:3 1:207 1:10 1:398 2:217 2:206 2:9 2:3 2:207 2:10 2:398 2:2 ``` +在本例中需要调用jieba库和sklearn库,如环境中没有提前安装,可以使用以下命令安装。 +``` +pip install sklearn +pip install jieba +``` ## 运行环境 PaddlePaddle>=1.7.2 -- GitLab