cibfaye commited on
Commit
c000e96
1 Parent(s): fc98b53

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -1,4 +1,14 @@
1
-
 
 
 
 
 
 
 
 
 
 
2
  # MarianMT French to Wolof Model
3
 
4
  This model is a fine-tuned version of [Helsinki-NLP/opus-mt-fr-en](https://huggingface.co/Helsinki-NLP/opus-mt-fr-en) on the galsenai/french-wolof-translation dataset.
@@ -37,5 +47,4 @@ def translate(text):
37
 
38
  text = "Bonjour, comment ça va ?"
39
  translation = translate(text)
40
- print("Translation:", translation)
41
-
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - galsenai/french-wolof-translation
5
+ language:
6
+ - fr
7
+ - wo
8
+ metrics:
9
+ - bleu
10
+ pipeline_tag: translation
11
+ ---
12
  # MarianMT French to Wolof Model
13
 
14
  This model is a fine-tuned version of [Helsinki-NLP/opus-mt-fr-en](https://huggingface.co/Helsinki-NLP/opus-mt-fr-en) on the galsenai/french-wolof-translation dataset.
 
47
 
48
  text = "Bonjour, comment ça va ?"
49
  translation = translate(text)
50
+ print("Translation:", translation)