Skip to content

Commit

Permalink
updating table structure
Browse files Browse the repository at this point in the history
  • Loading branch information
lechatpito committed May 20, 2015
1 parent 4302e28 commit f8c3fbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Please feel free to submit additions to this list through a pull request.


| Model file | Number of dimensions | Corpus (size)| Vocabulary size | Author | Architecture | Training Algorithm | Context window - size | Web page |
| --- | --- | --- | --- | --- | --- | --- | --- | --- |
| [Google News](GoogleNews-vectors-negative300.bin.gz) | 300 |Google News (100B) | 3M | Google | word2vec | negative sampling | BoW - ~5| [http://code.google.com/p/word2vec/] |
| [Freebase IDs](https://docs.google.com/file/d/0B7XkCwpI5KDYaDBDQm1tZGNDRHc/edit?usp=sharing) | 1000 | Gooogle News (100B) | 1.4M | Google | word2vec, skip gram | ? | BoW - ~10 | [http://code.google.com/p/word2vec/] |
| [Freebase names](https://docs.google.com/file/d/0B7XkCwpI5KDYeFdmcVltWkhtbmM/edit?usp=sharing) | 1000 | Gooogle News (100B) | 1.4M | Google | word2vec, skip gram | ? | BoW - ~10 | [http://code.google.com/p/word2vec/] |
Expand Down

0 comments on commit f8c3fbe

Please sign in to comment.