Skip to content

Latest commit

 

History

History
 
 

siamese_nn

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

使用NN网络实现问答任务

准备

下载词向量文件glove

cd ..
bash download.sh

预处理wiki数据

cd ..
python preprocess_wiki.py

运行

bash run.sh