├── .gitignore ├── 1 - BiLSTM for NLI.ipynb ├── LICENSE └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bentrevett/pytorch-nli/HEAD/.gitignore -------------------------------------------------------------------------------- /1 - BiLSTM for NLI.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bentrevett/pytorch-nli/HEAD/1 - BiLSTM for NLI.ipynb -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bentrevett/pytorch-nli/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bentrevett/pytorch-nli/HEAD/README.md --------------------------------------------------------------------------------