Leonard Püttmann commited on
Commit
19e19cd
·
verified ·
1 Parent(s): e19a201

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -12,6 +12,8 @@ language:
12
  base_model:
13
  - bigscience/mt0-small
14
  pipeline_tag: translation
 
 
15
  ---
16
 
17
  ## 🍀 Quadrifoglio - A small model for English -> Italian translation
@@ -36,4 +38,11 @@ def generate_response(input_text):
36
  text_to_translate = "I would like a cup of green tea, please."
37
  response = generate_response(text_to_translate)
38
  print(response)
39
- ```
 
 
 
 
 
 
 
 
12
  base_model:
13
  - bigscience/mt0-small
14
  pipeline_tag: translation
15
+ metrics:
16
+ - bleu
17
  ---
18
 
19
  ## 🍀 Quadrifoglio - A small model for English -> Italian translation
 
38
  text_to_translate = "I would like a cup of green tea, please."
39
  response = generate_response(text_to_translate)
40
  print(response)
41
+ ```
42
+
43
+ ## Evaluation
44
+ Done on the Opus 100 test set.
45
+
46
+ ### BLEU
47
+ Blue Score: 32.20
48
+ Precisions: 0.6168, 0.3773, 0.2601, 0.1833