From f8c3fbe3b4ae8c3d732b419f0b6b13bea647c222 Mon Sep 17 00:00:00 2001 From: lechatpito Date: Wed, 20 May 2015 10:37:39 -0400 Subject: [PATCH] updating table structure --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8694b5c..6757883 100644 --- a/README.md +++ b/README.md @@ -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/] |