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.

abdouaziz/wolof-translation

Domain:

natural language processing

Record type:

project
Creator:
abd
Host:
This project is about a neural machine translation in wolof language to french . # Wolof Translation ## Description Machine translation is an area of NLP research that allows one language to be translated into another language. Today it is difficult to find an automatic translator for languages that are not well represented, especially in Africa. This is the purpose of this project. Wolof is a language spoken in Senegal and many other countries in West Africa. However, having a translation tool would make it possible to popularise works written in Wolof, but also to contribute to the representation of the language's resources. ## Objective To achieve our objects in the project we will implement two models based on the architecture of transformers, namely : * A model based on seq2seq transformers for more information I invite you to visit the site * A model based on T5 ## Getting Started These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. ### Prerequisites install the dependencies for this project by running the following commands in your terminal: ``` pip install -r requirements.txt ``` run the seq2seq model by running the following command in your terminal: ``` python src/seq2seq.py --train_file="./input/wolof.csv" \ --max_source_length=150 \ --max_target_length=150 \ --number_epochs=4 \ --learning_rate=3e-8 \ --epsilone=1e-9 \ --train_batch_size=3 \ --model_name="bert-base-cased" ``` run the t5 model by running the following command in your terminal: ``` python src/t5.py --train_file="./input/wolof.csv" \ --max_source_length=150 \ --max_target_length=150 \ --number_epochs=4 \ --learning_rate=3e-8 \ --epsilone=1e-9 \ --train_batch_size=3 \ --model_name="t5-small" \ --task_prefix="translation French to Wolof: " ``` ## Ressources Attention Is All You Need Transformers-based Encoder-Decoder Models A Review of the Neural History of Natural Language Processing Neurail Machine Translation By Jointly Learning to Align and Translate Sequence …

Visit

github.com

Tasks

machine translation

Languages

Wolof

Tags

machine-transmbartneural-machine-translationseq2seq-modelt5translationwolof

Licenses

MIT

Similar

abdouaziz/wolofabdouaziz/Semantic-Aware-Cross-Lingual-Speech-Translation-Representation-for-Wolofabdouaziz/cbow-wolofabdouaziz/asr-wolofabdouaziz/wolof-speech-repabdouaziz/bert-base-wolof

abdouaziz/wolof

Wolof is a library that you can use to do specific tasks in NLP with the Wolof language e.g. text cl

abdouaziz/Semantic-Aware-Cross-Lingual-Speech-Translation-Representation-for-Wolof

# Semantic-Aware Cross-Lingual Speech Representation for Wolof PhD research project that aligns **W

abdouaziz/cbow-wolof

Continous Bag of Words -WOLOF # Continous Bag of Words - WOLOF > In this projet we make a word

abdouaziz/asr-wolof

This repository is about automatic speech recognition in Wolof # :star2: Automatique Speech Recogn

abdouaziz/wolof-speech-rep

abdouaziz/bert-base-wolof

A pretrained language model Bert for the wolof language # bert-base-wolof: Unsupervised Language Mo