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
- 2
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support
HF Inference deployability: The model has no pipeline_tag.