Update README.md
Browse files
README.md
CHANGED
@@ -38,6 +38,14 @@ This model is intended to be used for translation tasks from French to Wolof. It
|
|
38 |
- Educational tools
|
39 |
- Language preservation projects
|
40 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
## How to Use
|
42 |
|
43 |
```python
|
|
|
38 |
- Educational tools
|
39 |
- Language preservation projects
|
40 |
|
41 |
+
## Evaluation
|
42 |
+
|
43 |
+
The model was evaluated on a subset of 50 lines from the test split of the galsenai/french-wolof-translation dataset. The evaluation metric used was BLEU score, computed using the sacrebleu library.
|
44 |
+
|
45 |
+
## Evaluation Results
|
46 |
+
|
47 |
+
BLEU score: 9.17
|
48 |
+
|
49 |
## How to Use
|
50 |
|
51 |
```python
|