-
In currenct directory: Run these commands: chmod +x install.sh chmod +x run.sh
-
To install neccessary files in current directory run following commands: ./install.sh
-
To run the models run the following commands: ./run-model.sh <1 if test file is unlabeled, 0 if test file is labeled>
Example: ./run-model.sh ./data/train.txt ./data/DevNoLabels.txt 1
- The result file will be located in ./data/results/kaggle-results.txt