staka commited on
Commit
bf625f6
1 Parent(s): f1f3e8f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -30,4 +30,14 @@ You can use this model directly with a pipeline:
30
  from transformers import pipeline
31
  fugu_translator = pipeline('translation', model='staka/fugumt-en-ja')
32
  fugu_translator('This is a cat.')
33
- ```
 
 
 
 
 
 
 
 
 
 
30
  from transformers import pipeline
31
  fugu_translator = pipeline('translation', model='staka/fugumt-en-ja')
32
  fugu_translator('This is a cat.')
33
+ ```
34
+
35
+ ### Eval results
36
+
37
+ The results of the evaluation using [tatoeba](https://tatoeba.org/ja)(randomly selected 500 sentences) are as follows:
38
+
39
+ |source |target |BLEU(*1)|
40
+ |-------|-------|--------|
41
+ |en |ja |32.7 |
42
+
43
+ (*1) sacrebleu --tokenize ja-mecab