GloVe-6B StaticVectors model

This model is an export of these GloVe-6B English Vectors (300d) for staticvectors. staticvectors enables running inference in Python with NumPy. This helps it maintain solid runtime performance.

Usage with StaticVectors

from staticvectors import StaticVectors

model = StaticVectors("neuml/glove-6B")
model.embeddings(["word"])

Given that pre-trained embeddings models can get quite large, there is also a SQLite version that lazily loads vectors.

from staticvectors import StaticVectors

model = StaticVectors("neuml/glove-6B/model.sqlite")
model.embeddings(["word"])
Downloads last month
2
Inference Examples
Inference API (serverless) has been turned off for this model.

Model tree for NeuML/glove-6B

Finetunes
1 model

Collection including NeuML/glove-6B