AI Models
    LID Lite 25

    LID Lite 25

    LID family · open weights on Hugging Face.

    fastText language identification across 25 world languages.

    FasttextLanguage IdentificationText ClassificationAfAmDeEnglishFrHausaHiIgboIdItJaKoNlPlPtRuSnSoEsSwTrViXhYorubaZuLicence: apache-2.0
    0
    Likes
    117
    Downloads
    Jul 2026
    Created
    / Model card

    Built for production use

    Open-weights repository on Hugging Face

    Integrated ecosystem protocol tier.

    Compatible with Transformers library

    Integrated ecosystem protocol tier.

    Optimised for low-latency inference

    Integrated ecosystem protocol tier.

    Community engagement: 0 likes

    Integrated ecosystem protocol tier.

    / Quick start

    Use LID Lite 25, straight from its model card.

    example.pyfrom the model card
    import fasttext
    from huggingface_hub import hf_hub_download
    model_path = hf_hub_download("olaverse/lid-lite-25", "questions.bin") # or "passages.bin"
    model = fasttext.load_model(model_path)
    labels, probs = model.predict("What causes ocean tides?")
    print(labels, probs) # (('__label__eng',), array([0.999...]))
    / Model card

    Official repository README

    Dynamically loaded from Hugging Face

    Model card metadata is available on Hugging Face.

    / Built with
    Transformers PyTorch Python

    Ready to try LID Lite 25?

    fastText language identification across 25 world languages.

    / Model ecosystem

    Explore more models