You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Swahili-English Translation Model for Child Helpline Services

Model Description

This model is a fine-tuned version of brendaogutu/mul-sw-en-translation-phase2 for Swahili-to-English translation, specifically optimized for child helpline call transcriptions in East Africa.

Developed by: BITZ IT Consulting Ltd
Project: OpenCHS (Open Child Helpline System)
Funded by: UNICEF Venture Fund
License: Apache 2.0

Performance

Test Set (General Translation)

  • BLEU: 0.1564
  • chrF: 35.16
  • Improvement over baseline: +0.0%

Domain Evaluation (Call Transcriptions)

  • Domain BLEU: 0.0000
  • Domain chrF: 2.69
  • Domain COMET-QE: 0.0000

Intended Use

Primary Use Case: Translating Swahili helpline call transcriptions to English for case documentation, quality assurance, and cross-border referrals.

Languages: Swahili (source) → English (target)

Usage

from transformers import MarianTokenizer, MarianMTModel

model_name = "brendaogutu/mul-sw-en-translation-v1"
tokenizer = MarianTokenizer.from_pretrained(model_name)
model = MarianMTModel.from_pretrained(model_name)

swahili_text = "Habari za asubuhi. Ninaitwa Amina na nina miaka 14."
inputs = tokenizer(swahili_text, return_tensors="pt", padding=True)
outputs = model.generate(**inputs, num_beams=5, max_length=256)
translation = tokenizer.decode(outputs[0], skip_special_tokens=True)
print(translation)

Training Details

Base Model: brendaogutu/mul-sw-en-translation-phase2
Training Epochs: 4
Batch Size: 64
Learning Rate: 1e-05
Hardware: NVIDIA GPU with FP16 mixed precision


This model is part of the OpenCHS project supporting child helpline services across East Africa.

Downloads last month
-
Safetensors
Model size
77.1M params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support