Update README.md
Browse files
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
|