glove Embedding
Embeddingsglove
glove Embedding
Defines an embedding using pre-trained GloVe word vectors.
Feature is in Incubator
Read how to enable incubator features. Star and watch the Zilla repo for new releases!
The glove embedding turns text into a numeric vector by averaging the pre-trained GloVe word vectors (Stanford's 6B-token, 50-dimension vectors) for each recognized word. The vectors are downloaded and cached under Zilla's local cache directory the first time the embedding is used, so they persist across restarts when the cache directory is on a persistent volume. There are no configurable options.
embeddings:
moderator0:
type: gloveConfiguration (* required)
type: glove
const
Specifies the embedding is glove.

