Duplicated from julien-c/fasttext-language-id
How to use lopatnov/fasttext-language-id with fastText:
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("lopatnov/fasttext-language-id", "model.bin"))
What is a pickle import?