FastText StaticVectors model

This model is an export of these FastText English Vectors (wiki-news-300d-1M-subword.vec.zip) 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/fasttext-quantized")
model.embeddings(["word"])
Downloads last month
5
Safetensors
Model size
10.1M params
Tensor type
I64
·
F32
·
U8
·
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and HF Inference API has been turned off for this model.

Model tree for NeuML/fasttext-quantized

Base model

NeuML/fasttext
Finetuned
(1)
this model

Collection including NeuML/fasttext-quantized