Add evaluation results on wmt19 dataset
#1
by
autoevaluator
HF staff
- opened
README.md
CHANGED
@@ -3,10 +3,34 @@ language: de
|
|
3 |
widget:
|
4 |
- text: My name is Karl and I live in Aachen.
|
5 |
tags:
|
6 |
-
- translation
|
7 |
datasets:
|
8 |
- wmt19
|
9 |
license: gpl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<h2> English to German Translation </h2>
|
|
|
3 |
widget:
|
4 |
- text: My name is Karl and I live in Aachen.
|
5 |
tags:
|
6 |
+
- translation
|
7 |
datasets:
|
8 |
- wmt19
|
9 |
license: gpl
|
10 |
+
model-index:
|
11 |
+
- name: Tanhim/translation-En2De
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
type: translation
|
15 |
+
name: Translation
|
16 |
+
dataset:
|
17 |
+
name: wmt19
|
18 |
+
type: wmt19
|
19 |
+
config: de-en
|
20 |
+
split: validation
|
21 |
+
metrics:
|
22 |
+
- name: BLEU
|
23 |
+
type: bleu
|
24 |
+
value: 43.3134
|
25 |
+
verified: true
|
26 |
+
- name: loss
|
27 |
+
type: loss
|
28 |
+
value: 0.919737696647644
|
29 |
+
verified: true
|
30 |
+
- name: gen_len
|
31 |
+
type: gen_len
|
32 |
+
value: 27.8909
|
33 |
+
verified: true
|
34 |
---
|
35 |
|
36 |
<h2> English to German Translation </h2>
|