autoevaluator HF staff commited on
Commit
b96f804
1 Parent(s): 75831fb

Add verifyToken field to verify evaluation results are produced by Hugging Face's automatic model evaluator

Browse files

Beep 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).

Files changed (1) hide show
  1. README.md +9 -6
README.md CHANGED
@@ -16,18 +16,21 @@ model-index:
16
  config: plain_text
17
  split: validation
18
  metrics:
19
- - name: Loss
20
- type: loss
21
  value: 1.073493242263794
 
22
  verified: true
23
- - name: Exact Match
24
- type: exact_match
25
  value: 80.0853
 
26
  verified: true
27
- - name: F1
28
- type: f1
29
  value: 87.606
 
30
  verified: true
 
31
  ---
32
 
33
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
16
  config: plain_text
17
  split: validation
18
  metrics:
19
+ - type: loss
 
20
  value: 1.073493242263794
21
+ name: Loss
22
  verified: true
23
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiN2JhYTZkMmE0MmZiYmMxMmNlYzYzOGY0YTM1YzAwMWE4Zjg1OGQyMmFiNDk1MTRmNTgyOGI3MmI3MDg0YzE0MiIsInZlcnNpb24iOjF9.r65qcGEEIEedNu3jN_rdoD0PGKGtsq6_Sm86z0JMqdaRFeCouH10ILLh0q7rpvZR0xaxT5jDqU4INFpoWxaABg
24
+ - type: exact_match
25
  value: 80.0853
26
+ name: Exact Match
27
  verified: true
28
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiNTNkNzA0MjU0YjlhZjMyMjgzMWJhNjVhMGMxNzNlNTdkYzc1ODg0YzExZDJkMmU3NjRkODQ2ZmVmOWM4OGJkNCIsInZlcnNpb24iOjF9.OlUDKItDSbtLPsxgzcNhAzk1EXTFZZ-nMRLgHQfLXh-kRWAOnitFSdIuYToG7R0X2gfhh2Nobf8FI5zKS-u0CQ
29
+ - type: f1
30
  value: 87.606
31
+ name: F1
32
  verified: true
33
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiZTY3YjZkMzk2MTE1NWEyY2VjZmJjOThlMThjNjljOGZmNjgyNzJlYmFhN2VlZGNiNTc5NWZjODAxYjk0MDcyOCIsInZlcnNpb24iOjF9.wadGVNZdvWj7RPyfA6xTUZUFeP0J_ySImxB4vFnKjDCsbT8gri9KrUgyjAn2t6_379UJljaqvvLI68z5Pp0sCg
34
  ---
35
 
36
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You