Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

Iamjuhwan/Machine-Translation-English---Yoruba

Domain:

natural language processing

Record type:

project
Creator:
Iam
Host:
# Machine-Translation-English---Yoruba # 🌍 Fine-tuning NLLB on Menyo-20k This project fine-tunes **Meta’s NLLB (No Language Left Behind)** model using Parameter Efficient Fine-Tuning on the **Menyo-20k** dataset to improve translation quality for African languages. Training was conducted until early stopping to prevent overfitting. --- ## 📘 Overview - **Model:** `facebook/nllb-200-distilled-600M` - **Dataset:** Menyo-20k — parallel corpus for English–African language translation - **Goal:** Enhance NLLB performance on low-resource African languages (Yoruba, Igbo, Hausa, etc.) - **Framework:** Hugging Face Transformers --- ## ⚙️ Training Setup | Setting | Value | |----------|--------| | Batch Size | 8 | | Learning Rate | 1e-4 | | Gradient Accumulation Step| 8 | | Scheduler | Cosine | | Epochs | 50 | | Early Stopping | Patience = 10 | | Environment | Kaggle (T4 GPU x 2) | --- ## 🧩 Method 1. Preprocess and tokenize Menyo-20k using NLLB tokenizer 2. Fine-tune the model using LoRA and with Huggingface Trainer 3. Apply early stopping based on validation loss 4. Evaluate with BLEU and qualitative translation tests ---

Visit

github.com

Tasks

machine translation

Languages

HausaYoruba

Similar

Yanmi01/Machine-translation-English---YorubaWeb-Based English to Yoruba Machine TranslationKlaimohelmi/yoruba-to-english-neural-machine-translationA LINGUISTICS EVALUATION OF YORUBA ENGLISH STATISTICAL MACHINE TRANSLATIONIamjuhwan/HY-MT1.5-yoruba-pidgin-loraA Transformer-Based Model for English to Yoruba Machine Translation

Yanmi01/Machine-translation-English---Yoruba

# 🌍 Fine-tuning NLLB on Menyo-20k This project fine-tunes **Meta’s NLLB (No Language Left Behind)**

Web-Based English to Yoruba Machine Translation

Klaimohelmi/yoruba-to-english-neural-machine-translation

# Yoruba-to-english-neural-machine-translation Machine translation (MT) is a popular Natural Langua

A LINGUISTICS EVALUATION OF YORUBA ENGLISH STATISTICAL MACHINE TRANSLATION

A Ph.D Thesis submitted to the Department of Linguistics and African Languages, University

Iamjuhwan/HY-MT1.5-yoruba-pidgin-lora

from huggingface_hub import upload_file model_card = """--- language: - yo - en - pcm base_model: t

A Transformer-Based Model for English to Yoruba Machine Translation