Axiveri

Africlaude-7B

Dedicated Endpoints

Run this model inference on single tenant GPU with unmatched speed and reliability at scale.

Learn more
Container

Run this model inference with full control and performance in your environment.

Learn more

Get help setting up a custom Dedicated Endpoints.

Talk with our engineer to get a quote for reserved GPU instances with discounts.

README

License: apache-2.0

Overview

Africlaude-7B is a 7-billion parameter language model built specifically for African developers, Nigerian fintech companies, and the African tech ecosystem. This is not a consumer chatbot. It is AI infrastructure — a foundation that African companies and developers build upon.

Most AI models are trained on Western-default data. They confuse kobo with cents. They have never seen a USSD flow, a Paystack webhook, or a CBN regulatory directive. Africlaude-7B was built to fix that.

What it understands natively:

  • Nigerian English and Pidgin English
  • USSD session management and AfricasTalking workflows
  • Paystack, Flutterwave, and African payment API integrations
  • CBN KYC tiers, licensing requirements, and compliance contexts
  • Nigerian fintech fraud patterns and security awareness
  • African developer coding patterns and tooling

Benchmark Results

Africlaude-7B was evaluated on AfriclaudeBench v1.0 — an open benchmark that loads and tests all models live from HuggingFace across 9 African domains. No estimates. No simulation. Real inference, real scores.

Overall Score Ranking

Overall Score Ranking

Table
ModelOverall Score
🥇 Africlaude-7B (Axiveri)0.791
LLaMA-3.1-8B (Meta)0.566
Qwen2.5-Coder-7B (Base)0.555
Mistral-7B-v0.3 (Mistral AI)0.533

Category Breakdown

Category Comparison

Table
CategoryAfriclaude-7BLLaMAMistral
Fintech0.860.360.43
Security0.750.750.75
Pidgin English1.001.000.00
Identity1.000.000.00
Fraud Detection1.001.001.00
SQL/DB1.001.001.00
USSD Engineering0.560.560.78
Reasoning0.500.500.50
CBN Compliance0.330.000.33

On Pidgin English — every competing model scored 0.00. Africlaude scored 1.00.

Full Heatmap

Full Score Heatmap

Domain Mastery Radar

Domain Mastery Radar

Fine-Tuning Impact vs Base Model

Fine-Tuning Impact

Score Progression Over 10 Training Cycles

Training Progression

Peak score of 0.918 achieved at Cycle 9 NB3. Final released model scored 0.791 on AfriclaudeBench v1.0 against industry models.


Model Details

Table
PropertyValue
Model NameAfriclaude-7B
Model IDAxiveri/Africlaude-7B
SeriesAfriclaude (first model in the series)
Parameters7B
FormatMerged float16 — fully standalone, no external dependencies
LicenseApache 2.0
LanguagesEnglish, Nigerian Pidgin, Nigerian English
DeveloperEmmanuel Ariyo
OrganizationAxiveri

Training Details

Table
PropertyValue
HardwareNVIDIA Tesla T4 x2
VRAM~15.6 GB per GPU
Total GPU Hours~100 hours
Training Duration2 months
Training Cycles10 cycles
Fine-tuning MethodQLoRA (4-bit quantized LoRA)
LoRA Rankr=16, alpha=32
FrameworkUnsloth + TRL + HuggingFace Transformers

Training Data composition:

  • Nigerian fintech workflows (Paystack, Flutterwave, CBN compliance)
  • Pidgin English instruction pairs
  • USSD session engineering
  • African fraud detection and security awareness
  • General reasoning (OpenR1-Math, GSM8K, MetaMath, NuminaMath)
  • Code generation (CodeFeedback, OpenHermes)
  • Financial instruction following (Finance-Alpaca)

Usage

python

from transformers import AutoModelForCausalLM, AutoTokenizer
import torch
model_id = "Axiveri/Africlaude-7B"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(
model_id,
torch_dtype=torch.float16,
device_map="auto"
)
messages = [
{"role": "user", "content": "How do I verify a Paystack webhook in Python?"}
]
text = tokenizer.apply_chat_template(
messages, tokenize=False, add_generation_prompt=True
)
inputs = tokenizer(text, return_tensors="pt").to(model.device)
outputs = model.generate(**inputs, max_new_tokens=512)
print(tokenizer.decode(outputs[0], skip_special_tokens=True))

With Unsloth (Faster Inference)

python

from unsloth import FastLanguageModel
model, tokenizer = FastLanguageModel.from_pretrained(
model_name="Axiveri/Africlaude-7B",
max_seq_length=2048,
dtype=torch.float16,
load_in_4bit=True,
)
FastLanguageModel.for_inference(model)

Example Outputs

Pidgin English

markdown

User: Wetin be Paystack webhook?
Africlaude: Paystack webhook na like callback URL wey Paystack go use
send notification to your server when something happen — like when
customer pay, when payment fail, or when refund process. You go need
verify the signature for header to make sure na real Paystack send am,
not fake request.

Nigerian Fintech

markdown

User: Explain CBN KYC tiers for a Nigerian fintech
Africlaude: CBN KYC tiers in Nigeria:
Tier 1 (Basic): Maximum balance N300,000, daily transaction limit
N50,000. Requires BVN or NIN only.
Tier 2: Maximum balance N500,000, daily limit N200,000.
Requires BVN + one government-issued ID...

Known Limitations

  • CBN Compliance (0.33) and Reasoning (0.50) are below target — addressed in the next training cycle
  • AfriclaudeBench v1.0 has known scoring limitations; v2.0 is in development with harder, more African-specific questions
  • Primarily optimised for Nigerian English and Pidgin; broader African language support (Yoruba, Hausa, Igbo) is on the roadmap

What's Next

Africlaude-7B is the first model in the Africlaude series — the learning and educational foundation for African developers and fintech teams. More powerful models with broader African language support, multimodal capabilities, and production-grade fintech engineering are in active development.

Follow @Africlaude and @Axiveri for updates.


Citation

bibtex

@misc{africlaude7b2026,
title={Africlaude-7B: African-Standard Language Model for Fintech and Developer Contexts},
author={Emmanuel Ariyo},
organization={Axiveri},
year={2026},
url={https://huggingface.co/Axiveri/Africlaude-7B},
note={Fine-tuned language model. Evaluated on AfriclaudeBench v1.0
across 9 African domains. 10 training cycles on Tesla T4 x2.}
}

License

Apache 2.0 — free to use, modify, and build upon commercially. See LICENSE.


Built by Emmanuel Ariyo | Axiveri

@Africlaude · @Axiveri

AfriclaudeBench v1.0 | Axiveri | All models tested live from HuggingFace

Model provider

Axiveri

Model tree

Base

this model

Modalities

Input

Text

Output

Text

Pricing

Dedicated Endpoints

View details

Supported Functionality

Model APIs

Dedicated Endpoints

Container

More information

Explore FriendliAI today