CoolFace
Modelpublic

NeuML/glove-6B-quantized

sourceHugging Facepddlupdated 2y agoView on Hugging Face
3likes34kdownloads
Model Card

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.

This model is a quantized version of the base model. It's using 10x256 Product Quantization.

Usage with StaticVectors

python
from staticvectors import StaticVectors

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