Edit model card

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
0
Unable to determine this model’s pipeline type. Check the docs .