AI Models
    LID Lite 25

    OlaverseLID Lite 25

    LID family · open weights on Hugging Face.

    fastText language identification across 25 world languages.

    Fasttext
    Language Identification
    Text Classification
    Af
    Am
    De
    English
    Fr
    Hausa
    Hi
    Igbo
    Id
    It
    Ja
    Ko
    Nl
    Pl
    Pt
    Ru
    Sn
    So
    Es
    Sw
    Tr
    Vi
    Xh
    Yoruba
    Zu
    Licence: apache-2.0
    0
    Likes
    64
    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.py
    from 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
    Built by Olaverse Labs

    Ready to try LID Lite 25?

    fastText language identification across 25 world languages.

    Model Ecosystem

    Explore More Models