Language Detection with StaticVectors

This model is an export of this FastText Language Identification model for staticvectors. staticvectors enables running inference in Python with NumPy. This helps it maintain solid runtime performance.

Language detection is an important task and identification with n-gram models is an efficient and highly accurate way to do it.

Usage with StaticVectors

from staticvectors import StaticVectors

model = StaticVectors("neuml/language-id")
model.predict(["What language is this text?"])
Downloads last month
200
Safetensors
Model size
32.6M params
Tensor type
F32
·
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model authors have turned it off explicitly.

Model tree for NeuML/language-id

Finetunes
1 model

Collection including NeuML/language-id