RogerB commited on
Commit
863614c
1 Parent(s): e5ba340

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -21,17 +21,17 @@ It achieves the following results on the evaluation set:
21
  - Loss: 1.8769
22
  - Bleu: 32.8345
23
 
24
- ## Model description
25
 
26
- More information needed
27
 
28
- ## Intended uses & limitations
29
 
30
- More information needed
31
 
32
- ## Training and evaluation data
33
 
34
- More information needed
35
 
36
  ## Training procedure
37
 
 
21
  - Loss: 1.8769
22
  - Bleu: 32.8345
23
 
24
+ ## Model Description
25
 
26
+ The model has been fine-tuned to perform machine translation from English to Kinyarwanda.
27
 
28
+ ## Intended Uses & Limitations
29
 
30
+ The primary intended use of this model is for research purposes.
31
 
32
+ ## Training and Evaluation Data
33
 
34
+ The model has been fine-tuned using the [Digital Umuganda](https://huggingface.co/datasets/DigitalUmuganda/kinyarwanda-english-machine-translation-dataset/tree/main) dataset. The dataset was split with 90% used for training and 10% for testing. During the training process, the data were transformed by converting to lowercase and removing digits.
35
 
36
  ## Training procedure
37