Skip to content

Commit f28c449

Browse files
author
Russell Stewart
authored
Added Travis badge
1 parent 909b2c0 commit f28c449

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
| --- | ------------------------|-------------------------|-------------------------|
1010
| GloVe Geometry | <img src="http://nlp.stanford.edu/projects/glove/images/man_woman_small.jpg"></img> | <img src="http://nlp.stanford.edu/projects/glove/images/city_zip_small.jpg"></img> | <img src="http://nlp.stanford.edu/projects/glove/images/comparative_superlative_small.jpg"></img> |
1111

12-
13-
1412
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://nlp.stanford.edu/projects/glove/) or the [paper](http://nlp.stanford.edu/pubs/glove.pdf) for more information on glove vectors.
1513

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

2725
## Train word vectors on a new corpus
26+
27+
<img src="https://travis-ci.org/stanfordnlp/GloVe.svg?branch=master"></img>
28+
2829
If the web datasets above don't match the semantics of your end use case, you can train word vectors on your own corpus.
2930

3031
$ git clone http://github.com/stanfordnlp/glove

0 commit comments

Comments
 (0)