Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kikongo MT #124

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
749 changes: 749 additions & 0 deletions Notebook_from_French-Tshiluba_training.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions benchmarks/en-kwy/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.ckpt
39 changes: 39 additions & 0 deletions benchmarks/en-kwy/jw300-baseline/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# English to Kikongo

Author: Berthine Nyunga Mpinda

## Data

- The JW300 English- Kikongo.

## Model

- Default Masakhane Transformer translation model.
- The model can be found [here](https://drive.google.com/file/d/101PotGLqO3yXMLnK-9m4aoxvgPK78aqR/view?usp=sharing)

## Analysis

Example 1
```ln
Source: Gone will be the need for hospitals and medications .
Reference: Ke vekala mfunu a tupitalu ko ngatu nlongo .
Hypothesis: O muntu kafwete tambula nzenza ye mboka .

```

Example 2
```ln
Source: Such a circumstance can be very distressing .
Reference: Ediadi dilenda kikilu kutukendeleka .
Hypothesis: E diambu diadi dilenda kendalala .
```

Example 3
```ln
Source: If you are unsure of the answers to any of these questions , you may request a copy of the brochure What Does God Require of Us ?
Reference: Nkia nkanikinu miakaka mia Nkand’a Nzambi milenda wokesa e kiese muna nzo ?
Hypothesis: Avo ke tuna ye mvutu za yuvu yayi ko , nga olenda lomba lusadisu lwa finkanda - nkanda O Nzambi Adieyi Kieleka Kevavanga kwa Yeto ? ”
```
# Results
- BLEU dev : 26.69
- BLEU test : 36.28
Loading