Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jihunchoi committed Sep 7, 2017
0 parents commit 2a194fa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.idea
*.pyc
data
trained
.vector_cache
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Shortcut-Stacked Sentence Encoder

PyTorch re-implementation of [Shortcut-Stacked Sentence Encoders for Multi-Domain Inference](https://arxiv.org/abs/1708.02312).

NOTE: Only codes to use SNLI as training data are implemented.

Tested on Python 3.6, PyTorch 0.2.0.

0 comments on commit 2a194fa

Please sign in to comment.