Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Update TextualEntailment text to highlight ELMo. (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmmd committed Feb 20, 2018
1 parent b891d37 commit 6f4de85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo/src/components/TeComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const teExamples = [
<a href = "https://nlp.stanford.edu/projects/snli/" target="_blank" rel="noopener noreferrer">{' '} the SNLI benchmark {' '}</a>
<span>
(short sentences about visual scenes) in 2016.
Rather than pre-trained Glove vectors, this model uses <a href="https://arxiv.org/abs/1802.05365">ELMo embeddings</a>, which are completely character based and improve performance by 2%
</span>
</span>
);
Expand Down

0 comments on commit 6f4de85

Please sign in to comment.