Please download the GloVe6B pretrained model: http://nlp.stanford.edu/data/glove.6B.zip
Unzip it and put in in the data/ directory
Open detect_deception.ipynb
with Jupyter Notebook. This file contains codes for reading data,
word embeddings setup, model building etc. Note that this code is for rapid prototyping,
so the code contains irrelavent content, particularly in the model building portion.