Commit
•
92982b3
1
Parent(s):
5af2b6b
Add evaluation results on the de-en config and test split of wmt14
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 test split of the [wmt14](https://huggingface.co/datasets/wmt14) dataset by @seeed, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-eval-wmt14-de-en-fbedb0-67643145605).\
Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=wmt14).\
Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/model-evaluator?dataset=wmt14).
README.md
CHANGED
@@ -2,9 +2,36 @@
|
|
2 |
language:
|
3 |
- de
|
4 |
- en
|
5 |
-
pipeline_tag: translation
|
6 |
datasets:
|
7 |
- wmt14
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
# mt5-large-wmt14-deen
|
|
|
2 |
language:
|
3 |
- de
|
4 |
- en
|
|
|
5 |
datasets:
|
6 |
- wmt14
|
7 |
+
pipeline_tag: translation
|
8 |
+
model-index:
|
9 |
+
- name: leukas/mt5-large-wmt14-deen
|
10 |
+
results:
|
11 |
+
- task:
|
12 |
+
type: translation
|
13 |
+
name: Translation
|
14 |
+
dataset:
|
15 |
+
name: wmt14
|
16 |
+
type: wmt14
|
17 |
+
config: de-en
|
18 |
+
split: test
|
19 |
+
metrics:
|
20 |
+
- type: bleu
|
21 |
+
value: 15.9193
|
22 |
+
name: BLEU
|
23 |
+
verified: true
|
24 |
+
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiMTc4MzAyMmM0MzhhOWRkMjdhNjNlYjM2NzYzY2RhN2ZlZTZlMjc2ZTU2NDNiMDViMzBiNGJkZjZkNDVjOGQzMyIsInZlcnNpb24iOjF9.peedpgE2-qr9AnNNkPfS-k3Dym9n84X3IGTYYUlrrdLtGwh1eJa7R5RLoWujQXb8rlGZV25BaIrH5vLtLX20BA
|
25 |
+
- type: loss
|
26 |
+
value: 1.0981481075286865
|
27 |
+
name: loss
|
28 |
+
verified: true
|
29 |
+
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiMzRhMGVlYTc5ZWU5ODE4MjczYjI3ZmQ3NzVmMWE5NzhmNjUzNjcyNTcxMmE5YjgwMmMwZWJmYzU4ZTIwNWEyZCIsInZlcnNpb24iOjF9.hgJ8jVwR9Et143miqygebY82ui8yUoFAoGj8xAdu3x9H5KUxh-i2rHNYFGV1Ln5Nf6N8oQdKMEUpLP6jYKhQDA
|
30 |
+
- type: gen_len
|
31 |
+
value: 19.0869
|
32 |
+
name: gen_len
|
33 |
+
verified: true
|
34 |
+
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiNjIzOGVkMDM3MjU1NjQ4YTYxNzI0OTY3ZDcwM2I2ZWI2YWY4NTQ5YjA3NzIwNTIzNDViNTQxMWJhZGQ5ZjBmNiIsInZlcnNpb24iOjF9.X56ymiUiJQQr8J-h67i8qL3D8_63JqChAwbdiZtGpB2xpst0uacEPl0cmDABDaf78ilQVASFZYkwoG9SnkEhAg
|
35 |
---
|
36 |
|
37 |
# mt5-large-wmt14-deen
|