glove-embeddings.github.io

This site acts as a static API to retrieve GloVe embeddings.

The four available GloVe embeddings are: glove.6B.50d, glove.6B.100d, glove.6B.200d and glove.6B.300d. All four are trained on six billion tokens, and the embeddings are 50, 100, 200, and 300 dimensional, respectively.

To use the API to get an embedding for a word, e.g. "hello", simply query: https://glove-embeddings.github.io/glove.6B.50d/hello. The result is a list of floats representing the 50 dimensional embedding for the word "hello", which can be parsed with a JSON parser.

We do not provide the embeddings for all 400,000 tokens in the GloVe embeddings, but only the most common 50,000 tokens which contain only English letters.