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.

Usage with StaticVectors

from staticvectors import StaticVectors

model = StaticVectors("neuml/word2vec")
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/model.sqlite")
model.embeddings(["word"])
Downloads last month
407
Safetensors
Model size
900M params
Tensor type
F32
·
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model authors have turned it off explicitly.

Model tree for NeuML/word2vec

Finetunes
1 model

Collection including NeuML/word2vec