Commit
•
cd03566
1
Parent(s):
b339767
Add evaluation results on the de-en config and validation split of wmt19
Browse filesBeep boop, I am a bot from Hugging Face's automatic model evaluator 👋!\
Your model has been evaluated on the de-en config and validation split of the [wmt19](https://huggingface.co/datasets/wmt19) dataset by
@WillHeld
, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-eval-wmt19-de-en-04c9e1-2082967144).\
Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=wmt19).\
Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/model-evaluator?dataset=wmt19).
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
- en
|
4 |
- de
|
5 |
tags:
|
@@ -12,6 +12,30 @@ datasets:
|
|
12 |
metrics:
|
13 |
- bleu
|
14 |
thumbnail: https://huggingface.co/front/thumbnails/facebook.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
---
|
16 |
|
17 |
# FSMT
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
- en
|
4 |
- de
|
5 |
tags:
|
|
|
12 |
metrics:
|
13 |
- bleu
|
14 |
thumbnail: https://huggingface.co/front/thumbnails/facebook.png
|
15 |
+
model-index:
|
16 |
+
- name: facebook/wmt19-en-de
|
17 |
+
results:
|
18 |
+
- task:
|
19 |
+
type: translation
|
20 |
+
name: Translation
|
21 |
+
dataset:
|
22 |
+
name: wmt19
|
23 |
+
type: wmt19
|
24 |
+
config: de-en
|
25 |
+
split: validation
|
26 |
+
metrics:
|
27 |
+
- name: BLEU
|
28 |
+
type: bleu
|
29 |
+
value: 47.3619
|
30 |
+
verified: true
|
31 |
+
- name: loss
|
32 |
+
type: loss
|
33 |
+
value: 7.284519672393799
|
34 |
+
verified: true
|
35 |
+
- name: gen_len
|
36 |
+
type: gen_len
|
37 |
+
value: 29.2205
|
38 |
+
verified: true
|
39 |
---
|
40 |
|
41 |
# FSMT
|