Update README.md
Browse files
README.md
CHANGED
@@ -36,3 +36,12 @@ fugu_translator = pipeline('translation', model='staka/fugumt-ja-en')
|
|
36 |
fugu_translator('猫はかわいいです。')
|
37 |
```
|
38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
fugu_translator('猫はかわいいです。')
|
37 |
```
|
38 |
|
39 |
+
### Eval results
|
40 |
+
|
41 |
+
The results of the evaluation using [tatoeba](https://tatoeba.org/ja)(randomly selected 500 sentences) are as follows:
|
42 |
+
|
43 |
+
|source |target |BLEU(*1)|
|
44 |
+
|-------|-------|--------|
|
45 |
+
|ja |en |39.1 |
|
46 |
+
|
47 |
+
(*1) sacrebleu
|