anhaidgroup / deepmatcher

Python package for performing Entity and Text Matching using Deep Learning.
BSD 3-Clause "New" or "Revised" License
565 stars 130 forks source link

Can't find train.csv, validate.csv and test.csv #101

Open xuezhongcai opened 2 years ago

xuezhongcai commented 2 years ago

Hi, I am playing with "Quick Start", and got this error message:

FileNotFoundError: [Errno 2] No such file or directory: 'data_directory\train.csv'

I am not able to manually find train.csv, validate.csv and test.csv. Please help me where I can find these files. Thank you