Migrate model card from transformers-repo
Browse filesRead announcement at https://discuss.huggingface.co/t/announcement-all-model-cards-will-be-migrated-to-hf-co-model-repos/2755
Original file history: https://github.com/huggingface/transformers/commits/master/model_cards/Ogayo/Hel-ach-en/README.md
README.md
CHANGED
@@ -1 +1,48 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- ach
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- translation
|
7 |
+
license: cc-by-4.0
|
8 |
+
datasets:
|
9 |
+
- JW300
|
10 |
+
metrics:
|
11 |
+
- bleu
|
12 |
+
---
|
13 |
+
|
14 |
+
# HEL-ACH-EN
|
15 |
+
|
16 |
+
## Model description
|
17 |
+
|
18 |
+
MT model translating Acholi to English initialized with weights from [opus-mt-luo-en](https://huggingface.co/Helsinki-NLP/opus-mt-luo-en) on HuggingFace.
|
19 |
+
|
20 |
+
## Intended uses & limitations
|
21 |
+
Machine Translation experiments. Do not use for sensitive tasks.
|
22 |
+
#### How to use
|
23 |
+
|
24 |
+
```python
|
25 |
+
# You can include sample code which will be formatted
|
26 |
+
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
27 |
+
|
28 |
+
tokenizer = AutoTokenizer.from_pretrained("Ogayo/Hel-ach-en")
|
29 |
+
|
30 |
+
model = AutoModelForSeq2SeqLM.from_pretrained("Ogayo/Hel-ach-en")
|
31 |
+
|
32 |
+
```
|
33 |
+
|
34 |
+
#### Limitations and bias
|
35 |
+
|
36 |
+
Trained on Jehovah Witnesses data so contains theirs and Christian views.
|
37 |
+
|
38 |
+
## Training data
|
39 |
+
Trained on OPUS JW300 data.
|
40 |
+
Initialized with weights from [opus-mt-luo-en](https://huggingface.co/Helsinki-NLP/opus-mt-luo-en?text=Bed+gi+nyasi+mar+chieng%27+nyuol+mopong%27+gi+mor%21#model_card)
|
41 |
+
|
42 |
+
## Training procedure
|
43 |
+
|
44 |
+
Remove duplicates and rows with no alphabetic characters. Used GPU
|
45 |
+
## Eval results
|
46 |
+
testset | BLEU
|
47 |
+
--- | ---
|
48 |
+
JW300.luo.en| 46.1
|