33+ OPEN-WEIGHT MODELS

    Models built for real-world language

    A dedicated African-language NLP stack, tokenizers, encoders, embeddings, language identification, and diacritization, alongside merged MIST LLMs, rerankers, generators, and Prism vision models. All open-weight, all on Hugging Face.

    quickstart.py
    from transformers import pipeline
    # Identify the language, then restore its tone marks
    lid = pipeline("text-classification", model="olaverse/lid-neural-25.2")
    print(lid("Kedu ka i mere?"))
    [{'label': 'ibo', 'score': 0.998}]
    33+
    OPEN MODELS
    9
    MODEL FAMILIES
    7
    STABLE MODELS
    25+
    LANGUAGES COVERED

    Generalist

    / THE MIST LLM LINE

    Our merged, general-purpose chat models: Mini-8B, 70B, 140B, and reasoning-tuned Thinking variants, all built on the Llama 3.1 lineage.

    MISTLABS

    MIST-Mini-8B

    General-purpose 8B merged LLM built on the Llama 3.1 lineage with advanced model merging.

    725 4
    View
    MISTLABS

    MIST-1-70B

    General-purpose 70B merged LLM built on the Llama 3.1 lineage with advanced model merging.

    547 1
    View
    MISTLABS

    MIST-Mini-8B-Thinking

    Reasoning-tuned MIST model trained with GRPO to think step-by-step before answering.

    343 3
    View
    MISTLABS

    MIST-1-140B

    General-purpose 140B frankenmerge LLM built on the Llama 3.1 lineage with advanced model merging.

    207 0
    View
    MISTLABS

    MIST-1-140B-4bit

    4-bit NF4 quantised release of MIST-1-140B: 140B-scale weights on accessible hardware.

    178 0
    View

    Specialist

    / 21 MODELS

    One model, one job: DiacNet, LID, MIST Embed, MIST Rerank, MIST Gen, OTK Tokenizers, Legal Peace, and Prism — every family badge is a label here, not a page divider.

    Prism is our vision family — the seed of a future OCR/vision leg, not yet part of the language stack.

    DiacNetSTABLE

    diacnet-1.0

    Restores diacritics and tone marks across 10 languages — Yorùbá, Igbo, Hausa, Vietnamese, Polish and more. One byte-level ByT5 model, no per-language vocabulary.

    1,492 0
    View
    MIST GenSTABLE

    mist-tg-0.3b

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

    331 0
    View
    MIST EmbedLABS

    naija-embed-base

    Cross-lingual sentence-embedding model for Hausa, Yorùbá, and Igbo. It is the retrieval foundation for Nigerian-language search and RAG.

    287 0
    View
    Legal PeaceLABS

    legal-peace-v1.0

    Specialised legal reasoning model fine-tuned for contract analysis and document comprehension.

    263 2
    View
    DiacNetSTABLE

    diacnet-1.1

    Restores diacritics and tone marks across 10 languages — Yorùbá, Igbo, Hausa, Vietnamese, Polish and more. One byte-level ByT5 model, no per-language vocabulary.

    174 0
    View
    MIST RerankLABS

    mist-reranker-22.7M

    Cross-encoder reranker (22.7M-parameter micro) that re-orders retrieved passages by true relevance for search and RAG.

    159 0
    View
    LIDLABS

    lid-neural-5.1

    Neural language identification across Nigerian languages (Yorùbá, Igbo, Hausa, Pidgin, English).

    132 0
    View
    LIDLABS

    lid-lite-25

    fastText language identification across 25 world languages.

    117 0
    View
    LIDSTABLE

    lid-neural-25.1

    Neural language identification across 25 world languages, tuned for long-form text: documents, articles, and passages.

    109 0
    View
    MIST GenSTABLE

    mist-qg-1.5b

    Question-generation model that turns any passage into natural questions across 25+ languages.

    107 0
    View
    LIDSTABLE

    lid-neural-25.2

    Neural language identification across 25 world languages, tuned for short text: search queries, chat messages, and user input.

    101 0
    View
    MIST RerankLABS

    mist-reranker-150m

    Cross-encoder reranker (150M-parameter ModernBERT) that re-orders retrieved passages by true relevance for search and RAG.

    100 0
    View
    PrismLABS

    prism-steganography

    Neural steganography model that invisibly hides data inside images and recovers it losslessly.

    94 0
    View
    MIST EmbedLABS

    mist-encoder-base-ng

    ModernBERT masked-LM encoder pretrained for Hausa, Yorùbá, Igbo, and Nigerian Pidgin. A foundation for Nigerian-language NLP.

    68 0
    View
    PrismLABS

    prism-upscaler-2x

    Super-resolution upscaler delivering 2x image enlargement with sharp, artefact-free detail.

    51 0
    View
    PrismLABS

    prism-upscaler-4x

    Super-resolution upscaler delivering 4x image enlargement with sharp, artefact-free detail.

    47 0
    View
    PrismLABS

    prism-upscaler-max

    Super-resolution upscaler delivering maximum-quality image enlargement with sharp, artefact-free detail.

    42 0
    View
    PrismLABS

    prism-denoiser

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

    39 0
    View
    DiacNetSTABLE

    diactag-1.0

    Restores diacritics and tone marks across 10 languages by classifying each character rather than generating text, so the output is your input with marks added and nothing else. 37.6M parameters, CPU-native.

    27 0
    View
    OTK TokenizersLABS

    otk-bpe-50k

    Byte-level BPE tokenizer built for Nigerian languages, Yorùbá, Igbo, Hausa, and Pidgin, efficient subword segmentation where general vocabularies fall apart.

    0 0
    View
    OTK TokenizersLABS

    otk-bpe

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

    0 0
    View

    Legacy

    / SUPERSEDED

    Earlier checkpoints kept on Hugging Face for reproducibility. Open weights don't expire — we just don't recommend them for new work.

    ModelNoteSuperseded byLink
    diacnet-yor-viterbi
    Viterbi decoding, Yorùbá only🤗 HF
    diacnet-yor-db
    k-NN backoff, Yorùbá only🤗 HF
    diacnet-ig
    k-NN backoff, Igbo only🤗 HF
    diacnet-yor
    BiLSTM network, Yorùbá only🤗 HF
    diacnet-yor-x
    Transformer encoder, Yorùbá only🤗 HF
    lid-neural-5
    Earlier neural checkpoint, 5 Nigerian languages🤗 HF
    lid-lite-5
    Zero-dependency, 5-language logistic regression🤗 HF

    Build with our models

    Every model here is open-weight and free to use. Fine-tune it, deploy it, or drop it straight into your own product.