Small, task-specific open models

    The future of open AI isn't only bigger models; it's specialists. We build the full stack, from tokenizers to LLMs to vision, and release it all openly, with African and Nigerian languages as first-class citizens.

    đŸ€— Hugging Face

    Olaverse SDK

    The unified Python package for our whole stack: African-language NLP, language identification, diacritic restoration, and the MIST model family, in one import.

    12345678910
    from olaverse.nlp import LIDLite5, diacritize_yoruba
    from olaverse.llm import MIST
    # 1. Which Nigerian language is this?
    LIDLite5().predict("Kedu ka i mere?") # 'ig'
    # 2. Restore YorĂčbĂĄ tone marks
    diacritize_yoruba("Ojo lo si oja lana")
    # 3. Chat with a MIST model
    MIST("olaverse/MIST-Mini-8B").generate("Hello!")
    Fresh from the lab

    Latest Releases

    Prism

    prism-denoiser

    Image denoising model that cleans noisy photos while preserving fine detail.

    26 0
    View
    OTK Tokenizers

    otk-bpe

    Byte-level BPE tokenizer built for multilingual text, efficient subword segmentation where general vocabularies fall apart.

    0 0
    View
    MIST Gen

    mist-tg-0.3b

    Title-generation model that names chats and documents from their content. Small, fast, and ByT5-based.

    272 0
    View
    DiacNet

    diacnet-1.0

    African-language diacritic and tone restoration powered by a multilingual ByT5 model, making text readable, searchable, and machine-usable.

    1,306 0
    View

    31

    Open Models

    9

    Model Families

    4,637+

    All-Time Downloads

    25+

    Languages Covered

    The collection

    Model Families

    From frontier-merged LLMs to single-purpose specialists, every model belongs to a family with one job.

    5 models

    MIST

    Frontier-merged LLMs: from MIST-Mini-8B to MIST-1-140B, including reasoning-tuned Thinking variants.

    Explore
    6 models

    LID

    Language identification: from 5 Nigerian languages to 25 languages worldwide.

    Explore
    6 models

    DiacNet

    Diacritic & tone restoration for YorĂčbĂĄ, Igbo, Hausa and beyond.

    Explore
    5 models

    Prism

    Vision models: super-resolution upscaling, denoising, and image steganography.

    Explore
    2 models

    MIST Embed

    Encoders & sentence embeddings: the retrieval foundation for Nigerian languages.

    Explore
    2 models

    MIST Rerank

    Cross-encoder rerankers, 22.7M to 150M: precision for search & RAG pipelines.

    Explore
    2 models

    MIST Gen

    Task generators: question generation in 25+ languages and title generation.

    Explore
    2 models

    OTK Tokenizers

    Byte-level BPE tokenizers optimised for Nigerian & African-language text.

    Explore
    1 model

    Legal Peace

    Fine-tuned legal reasoning and contract-analysis LLM.

    Explore
    Why we exist

    African languages,
    first-class citizens of AI

    Over 2,000 of the world's languages are African, yet they remain nearly invisible in AI. We're changing that, starting with Nigeria, one focused model at a time. Not with a single giant model, but with a complete, open stack.

    01

    Tokenize

    OTK byte-level BPE vocabularies built for YorĂčbĂĄ, Igbo, Hausa & Pidgin.

    02

    Encode & Embed

    A Nigerian ModernBERT encoder and cross-lingual sentence embeddings.

    03

    Retrieve & Rank

    Compact cross-encoder rerankers for search and RAG precision.

    04

    Identify

    LID models from zero-dependency to neural, 5 to 25 languages.

    05

    Restore

    DiacNet brings back the tone marks that make text machine-usable.

    06

    See

    Prism vision models, upscaling, denoising, steganography.

    Start in seconds

    Open weights.
    Zero friction.

    Every model loads straight from Hugging Face with the tools you already use: Transformers, sentence-transformers, PyTorch. No API keys, no sign-ups, no rate limits. Fine-tune them, quantise them, ship them.

    Browse the weights
    quickstart.py
    from transformers import pipeline
    # 1. Which language is this?
    lid = pipeline("text-classification",
    model="olaverse/lid-neural-25.2")
    lid("Kedu ka i mere?")
    >> [{'label': 'ibo', 'score': 0.998}]
    # 2. Restore its tone marks
    fix = pipeline("text2text-generation",
    model="olaverse/diacnet-1.0")
    fix("Ojo lo si oja lana")
    >> "OjĂł lọ sĂ­ ọjĂ  lĂĄnĂ ĂĄ"
    Insights & news

    From the Blog

    Know What Language It Is: Introducing the Olaverse LID Collection
    Latest
    Models

    Know What Language It Is: Introducing the Olaverse LID Collection

    Fast, open-source language identification built for African languages. If you've ever built a chatbot, moderation pipeline, or translation feature for Nigerian users, you've hit the same wall we did: before you can process text, you need to know what language it's in, and most off-the-shelf language detectors fall apart the moment they meet Yoruba [...]

    Olumide Ola·Jul 16, 2026Read
    Introducing diacnet-1.0: One Model, Ten Languages, and an Honest Look at What It Can (and Can't) Do Yet
    Models

    Introducing diacnet-1.0: One Model, Ten Languages, and an Honest Look at What It Can (and Can't) Do Yet

    Jul 14, 2026
    đŸ€—

    Release notes land on Hugging Face first.
    Follow olaverse to catch every drop.

    Build With Our Models

    Every model is open-weight and free forever. Fine-tune it, deploy it, or drop it straight into your product. If you build something for African languages, tell us about it.