How to use osergondev/Test with fastText:
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("osergondev/Test", "model.bin"))
Base model
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("osergondev/Test", "model.bin"))