From b019fe9b2d627ce7b89c52fdd943c579e09f9ee3 Mon Sep 17 00:00:00 2001 From: Chaitali Saini Date: Sat, 28 Oct 2017 21:31:58 +0530 Subject: [PATCH] Update list.json --- list.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/list.json b/list.json index bb411cb..bc76e41 100644 --- a/list.json +++ b/list.json @@ -36,5 +36,14 @@ "papers": "https://nlp.stanford.edu/pubs/glove.pdf", "checksum": "dd3a148274c20935ebd541f4381e6043", "file_name": "glove-wiki-gigaword-200.txt" + }, + "glove-wiki-gigaword-300":{ + "description": "Pre-trained vectors ,Wikipedia 2014 + Gigaword 5,6B tokens, 400K vocab, uncased. https://nlp.stanford.edu/projects/glove/", + "parameters": "dimensions = 300", + "preprocessing": "Converted to w2v format with `python -m gensim.scripts.glove2word2vec -i -o glove-wiki-gigaword-300.txt", + "papers": "https://nlp.stanford.edu/pubs/glove.pdf", + "checksum": "c6e713332ed2fd42b109f7f9fd42a3e6", + "file_name": "glove-wiki-gigaword-100.txt" + }, } }