vamboai/morena-0.5b-mini-instruct

🤗 Hugging Face sourceapache-2.0503M params1.0 GBsafetensorsHF checksums availableupdated today
No torrent yet

MORENA 0.5B mini instruct

Chat fine-tune of MORENA 0.5B mini on the same supervised corpus used for the 1.5B instruct model.

MORENA 0.5B mini instruct
African bits per byte, mean of 12 1.540

Neither smaller model, mini or nano, has been safety-tested or put in front of a person: no safety, RAG or faithfulness numbers exist for this checkpoint. Treat it as unevaluated on every axis but bits per byte.

Chat format

Single reserved tokens mark turns: <reserved_0> opens a user turn and <reserved_1> an assistant turn (token ids 3 and 4). load_example.py in this repo shows a full prompt. Do not use <|user|>-style strings; they are not in the vocabulary and produce degenerate output.

Files

model.safetensors (bf16), config.json, tokenizer.json, modeling_morena.py, load_example.py, SHA256SUMS. A GGUF build of the base MORENA 0.5B mini, not this chat fine-tune, is in vamboai/morena-0.5b-mini-gguf.

The MORENA family

model params African bpb (all 12, lower is better) role
MORENA 1.5B base 1.485B 1.408 pretrained and mid-trained; fine-tuning starting point
MORENA 1.5B instruct 1.485B 1.441 chat, translation, tool calling; the model described in the paper
MORENA 0.5B mini 503M 1.520 pruned and distilled from the 1.5B base
MORENA 0.5B mini instruct 503M 1.540 chat fine-tune of the mini
MORENA 0.2B nano 209M 1.583 cheap trunk for ASR rescoring, keyboards, normalisation

26 models in total were measured on African bits per byte, 21 of them outside models from 125M to 12B parameters. MORENA 1.5B base is lowest of all 26 at 1.408; the 8B African specialist Lugha-Llama-8B is second at 1.423, ahead of the other four MORENA sizes on the twelve-language mean. Every general-purpose model measured, from 1B to 12B parameters, trails well behind: the best of them, gemma-3-12b-it, reaches only 2.159. Twelve languages: Shona, Swahili, Hausa, Yoruba, Igbo, isiZulu, isiXhosa, Kinyarwanda, Setswana, Afrikaans, isiNdebele and Nigerian Pidgin, plus English, French and code. isiNdebele (ISO code nbl) has no FLORES+ or MasakhaNEWS coverage and is evaluated on NCHLT transcripts only.

Tokenizer: 65,536-entry byte-fallback BPE trained on the target mix. African text costs 0.249 tokens per byte against 0.234 for English, about 6% more per byte than English in MORENA's vocabulary, but that same African text needs 1.39x fewer tokens than under Gemma 3's vocabulary and 1.53x fewer than under Llama 3.2's.

Translation is measured for seventeen models in total, thirteen of them outside models.

Author and citation

Isheanesu Misi, Vambo AI. Trained on CINECA Leonardo, with support from the AI Hub for Sustainable Development.

@techreport{misi2026morena,
  title  = {MORENA: An African Foundation Model},
  author = {Misi, Isheanesu},
  institution = {Vambo AI},
  year   = {2026},
  month  = {September},
  note   = {Released 18 September 2026}
}

Licence

Apache 2.0. Commercial use is permitted, including fine-tuning and redistributing derivatives, under the terms of the licence.

The training corpus is not released with these weights.