Commit
•
4c367f0
1
Parent(s):
0e0e10f
Add verifyToken field to verify evaluation results are produced by Hugging Face's automatic model evaluator
Browse filesBeep boop, I am a bot from Hugging Face's automatic model evaluator 👋! We've added a new `verifyToken` field to your evaluation results to verify that they are produced by the model evaluator. Accept this PR to ensure that your results remain listed as **verified** on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards).
README.md
CHANGED
@@ -24,18 +24,21 @@ model-index:
|
|
24 |
config: ro-en
|
25 |
split: test
|
26 |
metrics:
|
27 |
-
-
|
28 |
-
type: bleu
|
29 |
value: 6.0012
|
|
|
30 |
verified: true
|
31 |
-
|
32 |
-
|
33 |
value: 1.7407585382461548
|
|
|
34 |
verified: true
|
35 |
-
|
36 |
-
|
37 |
value: 18.2281
|
|
|
38 |
verified: true
|
|
|
39 |
---
|
40 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
41 |
should probably proofread and complete it, then remove this comment. -->
|
|
|
24 |
config: ro-en
|
25 |
split: test
|
26 |
metrics:
|
27 |
+
- type: bleu
|
|
|
28 |
value: 6.0012
|
29 |
+
name: BLEU
|
30 |
verified: true
|
31 |
+
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiMzAwOGM0NWI2ODYxNTcyOWZmZGYxMzZmM2RhZjYzZTc4ZDk4MTBkYzJiNjY3MjYxNDI3ZTBjYmY0Mzc4NGZhOCIsInZlcnNpb24iOjF9.kx434Ckp7xt_qfxxaJ2XTXJjUUDbNUCY-gRDCSe_FPeVec69Fap3NhL4u9hZioaNbTqpXxNwMHGRnkgjJ1jHAw
|
32 |
+
- type: loss
|
33 |
value: 1.7407585382461548
|
34 |
+
name: loss
|
35 |
verified: true
|
36 |
+
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiNGRhMjYwYTY4YzNhNjQ0ZjlhM2IxMDQ1OWZjOWRmZjNhNGRhODc1NmE3Y2M4ODg3NzRjZWU2ZDU1MWZlZGUxNSIsInZlcnNpb24iOjF9.IHuQPWQp4xxuAOVvkmFdJQGa4uqBYq5_aS0uiK3uqTgfxSnxqFawLfgE2ou5RnRHFPiEQ4h5m_DDAjZBxBSLAA
|
37 |
+
- type: gen_len
|
38 |
value: 18.2281
|
39 |
+
name: gen_len
|
40 |
verified: true
|
41 |
+
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiY2ZiYTA5MzBkZDExY2FlNThjZDAxYmJiZjI2NjkzMDU2OTRjOGU1NjNiNjNmNGJkODk4MTg0YmI1Y2U5ZTY0YiIsInZlcnNpb24iOjF9.5XEsIvtfSnmnEvQg3GVVmVcURti_Jw3hSLQryeoAfgdLw6GEqKqIcu-WHsWnc6-9EDMfLQahrQneNlKpe8xDDw
|
42 |
---
|
43 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
44 |
should probably proofread and complete it, then remove this comment. -->
|