Word2Vec StaticVectors model

This model is an export of these Word2Vec Vectors 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

from staticvectors import StaticVectors

model = StaticVectors("neuml/word2vec-quantized")
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/word2vec-quantized/model.sqlite")
model.embeddings(["word"])
Downloads last month
0
Safetensors
Model size
30.1M params
Tensor type
I64
·
F32
·
U8
·
Inference Examples
Inference API (serverless) has been turned off for this model.

Model tree for NeuML/word2vec-quantized

Base model

NeuML/word2vec
Finetuned
(1)
this model

Collection including NeuML/word2vec-quantized