Skip to content

西班牙短文本匹配比赛,初赛8/1027,复赛5/1027

Notifications You must be signed in to change notification settings

Rowchen/pytorch-for-Text-Matching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pytorch--Text matching

This is a code for text matching,all the Deep model is run on the platform of pytorch

It is a competition about CIKM spanish text matching

Environment

python 3.6 or python 3.5
pytorch 0.4.0 for cpu or gpu (This code main runs on cpu)
tqdm
scikit-learn

Code organization

data is used to save train,test,word-embeding vector or temporary file
model is used to save all kinds of Deep models
stacking is used to save predicted result on validation set of all kinds of models
data_propresse is used to preprocess data
submit is used to save submit file

Data preprocess

run the file runme.py in the dir data_propresse

Train

run the file train.py

ensemble

run the file ensemble2.py

About

西班牙短文本匹配比赛,初赛8/1027,复赛5/1027

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages