MT model translating Acholi to English initialized with weights from
opus-mt-luo-en on HuggingFace.
Machine Translation experiments. Do not use for sensitive tasks.
1# You can include sample code which will be formatted
2from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
3
4tokenizer = AutoTokenizer.from_pretrained("Ogayo/Hel-ach-en")
5
6model = AutoModelForSeq2SeqLM.from_pretrained("Ogayo/Hel-ach-en")
7
Trained on Jehovah Witnesses data so contains theirs and Christian views.
Trained on OPUS JW300 data.
Initialized with weights from
opus-mt-luo-en
Remove duplicates and rows with no alphabetic characters. Used GPU