Skip to content

Commit

Permalink
Update list.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitaliSaini authored Oct 28, 2017
1 parent 373c642 commit b019fe9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions list.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <fname> -o glove-wiki-gigaword-300.txt",
"papers": "https://nlp.stanford.edu/pubs/glove.pdf",
"checksum": "c6e713332ed2fd42b109f7f9fd42a3e6",
"file_name": "glove-wiki-gigaword-100.txt"
},
}
}

0 comments on commit b019fe9

Please sign in to comment.