XuezheMax / NeuroNLP2

Deep neural models for core NLP tasks (Pytorch version)
GNU General Public License v3.0
441 stars 89 forks source link

Missing run instructions #3

Closed Blair-Young closed 7 years ago

Blair-Young commented 7 years ago

Hey, just wondering, if there is documentation in regards to running this?

XuezheMax commented 7 years ago

Hi,

Sorry, we have not prepared any documentation yet. To run these examples, just change the data path to your own data in the bach files and run: ./examples/.sh where .sh is the bach filename. Thanks.