Llama 3.1 8B Instruct QLoRA fine-tuned on Nigerian product reviews. This repository contains both the merged HF-format weights (for transformers / Unsloth) and all GGUF quantisations (for llama.cpp / Ollama). It is the model behind the Naija Persona Agent — a Nigerian-context AI system for review simulation (Task A) and persona-aware recommendation (Task B), submitted to the DSN X BCT LLM Agent Challenge.
Stop sequences: ### Instruction, ### Input, ### Response. The included Ollama Modelfile encodes these.
For Nigerian-context use, pass the structured persona JSON (cognitive dimensions + register tier + aspect priorities) as the ### Input. The production prompt templates are in the project repo at app/prompts/.
Real Jumia product catalogue (~18k) from the Idowenst/jumia_dataset HuggingFace dataset, used as Pipeline 2 seed.
Synthetic expansion by NVIDIA Nemotron and OpenAI models, persona-conditioned and stratified 90/5/5 by register tier.
Intended use and limitations
Intended use. Generation of Nigerian-context product reviews and ratings (Task A); persona-aware re-ranking of product recommendations (Task B); research on register-aware text generation in low-resource African contexts.
Limitations. Trained primarily on Nigerian English and Nigerian Pidgin product reviews. The training corpus is partly synthetic; two independent generator pipelines and a held-out evaluation generated by a different model family were used to mitigate confounds, but residual bias remains possible. On a 3-arbiter LLM-as-Judge evaluation, frontier LLM judges showed a systematic preference for Claude Sonnet 4's prose register; Nigerian human raters scored the two systems at parity on the same pairs, which we read as evidence that single-judge LLM evaluation is insufficient on culturally-localised content.
Citation
bibtex
1@misc{naijareviewer8b2026,
2 title = {NaijaReviewer-8B: A Nigerian-Context Open-Weight Fine-Tune for Persona-Aware Review Generation},
3 author = {Ashinze, Emmanuel and Uvere, Franca and Oyenekan, Esther},
4 year = {2026},
5 url = {https://huggingface.co/Shinzmann/naija-reviewer-8b-v2}
6}
License
Subject to the Llama 3.1 Community License. Released for research and non-commercial use; commercial use must comply with the upstream Llama 3.1 terms.