Instructions to use imvladikon/ft_lang_detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastText
How to use imvladikon/ft_lang_detection with fastText:
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("imvladikon/ft_lang_detection", "model.bin")) - Notebooks
- Google Colab
- Kaggle
language detection of the English and Hebrew (only Romanized, - Hebrew script language detection is trivial)
import fasttext as ft
model = ft.load_model("model_lang_detection.bin")
model.predict("tachles")
#(('__label__he',), array([0.92569]))
- Downloads last month
- -
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support