A quick LSTM neural network implementation to identify textual entailment in a pair of sentences.
- Please download Glove word vector (50d) file from https://nlp.stanford.edu/projects/glove/ .
- The file path provided for Glove vector, training model and saved model file is relative and hence the files should be put in the appropriate directory.
- The hyper-parameters used are self-explanatory in the code.