Skip to content

Commit

Permalink
Added Travis badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Russell Stewart committed Mar 21, 2017
1 parent 909b2c0 commit f28c449
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
| --- | ------------------------|-------------------------|-------------------------|
| GloVe Geometry | <img src="http:https://nlp.stanford.edu/projects/glove/images/man_woman_small.jpg"></img> | <img src="http:https://nlp.stanford.edu/projects/glove/images/city_zip_small.jpg"></img> | <img src="http:https://nlp.stanford.edu/projects/glove/images/comparative_superlative_small.jpg"></img> |



We provide an implementation of the GloVe model for learning word representations, and describe how to download web-dataset vectors or train your own. See the [project page](http:https://nlp.stanford.edu/projects/glove/) or the [paper](http:https://nlp.stanford.edu/pubs/glove.pdf) for more information on glove vectors.

## Download pre-trained word vectors
Expand All @@ -25,6 +23,9 @@ The links below contain word vectors obtained from the respective corpora. If yo
</div>

## Train word vectors on a new corpus

<img src="https://travis-ci.org/stanfordnlp/GloVe.svg?branch=master"></img>

If the web datasets above don't match the semantics of your end use case, you can train word vectors on your own corpus.

$ git clone http:https://github.com/stanfordnlp/glove
Expand Down

0 comments on commit f28c449

Please sign in to comment.