Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bmccann authored Aug 2, 2018
1 parent 51d9925 commit cf2b9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Context Vectors (CoVe)

This repo provides the best MT-LSTM from the paper [Learned in Translation: Contextualized Word Vectors (McCann et. al. 2017)](http://papers.nips.cc/paper/7209-learned-in-translation-contextualized-word-vectors.pdf).
This repo provides the best, pretrained MT-LSTM from the paper [Learned in Translation: Contextualized Word Vectors (McCann et. al. 2017)](http://papers.nips.cc/paper/7209-learned-in-translation-contextualized-word-vectors.pdf).
For a high-level overview of why CoVe are great, check out the [post](https://einstein.ai/research/learned-in-translation-contextualized-word-vectors).

example.py uses [torchtext](https://github.com/pytorch/text/tree/master/torchtext) to load the [Stanford Natural Language Inference Corpus](https://nlp.stanford.edu/projects/snli/) and [GloVe](https://nlp.stanford.edu/projects/glove/).
Expand Down

0 comments on commit cf2b9cc

Please sign in to comment.