This model is result of:

model_path = hf_hub_download(repo_id="facebook/fasttext-ru-vectors", filename="model.bin")

model = fasttext.load_model(model_path)

fasttext.util.reduce_model(model, 100)

model.save_model("ru-vectors-dim-100.bin")
Downloads last month
3
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 has no pipeline_tag.