Instructions to use julien-c/fasttext-language-id with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastText
How to use julien-c/fasttext-language-id with fastText:
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("julien-c/fasttext-language-id", "model.bin")) - Notebooks
- Google Colab
- Kaggle
Add language tags
#1 opened almost 4 years ago
by
lbourdois