Language Model-based Embedding (FastText)

How to use

Please ensure that you have FastText installed on your system.

from huggingface_hub import hf_hub_download
import fasttext

model = fasttext.load_model(hf_hub_download("language-ml-lab/fasttext-azb", "model.bin"))