Instructions to use laurievb/OpenLID with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastText
How to use laurievb/OpenLID with fastText:
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("laurievb/OpenLID", "model.bin")) - Notebooks
- Google Colab
- Kaggle
Add quantised model
#2
by hac541309 - opened
https://github.com/laurieburchell/open-lid-datasetwget https://data.statmt.org/lid/lid201-model.ftz
makes the quantised model available
laurievb changed pull request status to merged