GloVe 6B Vectors
Description
GloVe 6B word embeddings from https://nlp.stanford.edu/projects/glove/ (Wikipedia 2014 + Gigaword 5: 6B tokens, 400K vocab, uncased, 50d, 100d, 200d, & 300d vectors), split into single files, converted to gensim's binary word2vec format and zip-compressed (LZMA).
Splitting this data into single files allows for faster downloads and inclusion in memory-restricted environments such as Binder.
To load these vectors, use gensim.models.KeyedVectors.load_word2vec_format(path, binary=True). To uncompress, use Python's zipfile.ZipFile.
This data is made available under the Public Domain Dedication and License v1.0 whose full text can be found at: http://www.opendatacommons.org/licenses/pddl/1.0/.