autoevaluator HF staff commited on
Commit
bd86954
1 Parent(s): ab869c3

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 +7 -5
README.md CHANGED
@@ -1,10 +1,10 @@
1
  ---
2
  language: en
 
3
  datasets:
4
  - squad
5
  metrics:
6
  - squad
7
- license: apache-2.0
8
  model-index:
9
  - name: distilbert-base-cased-distilled-squad
10
  results:
@@ -17,14 +17,16 @@ model-index:
17
  config: plain_text
18
  split: validation
19
  metrics:
20
- - name: Exact Match
21
- type: exact_match
22
  value: 79.5998
 
23
  verified: true
24
- - name: F1
25
- type: f1
26
  value: 86.9965
 
27
  verified: true
 
28
  ---
29
 
30
  # DistilBERT base cased distilled SQuAD
 
1
  ---
2
  language: en
3
+ license: apache-2.0
4
  datasets:
5
  - squad
6
  metrics:
7
  - squad
 
8
  model-index:
9
  - name: distilbert-base-cased-distilled-squad
10
  results:
 
17
  config: plain_text
18
  split: validation
19
  metrics:
20
+ - type: exact_match
 
21
  value: 79.5998
22
+ name: Exact Match
23
  verified: true
24
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiZTViZDA2Y2E2NjUyMjNjYjkzNTUzODc5OTk2OTNkYjQxMDRmMDhlYjdmYWJjYWQ2N2RlNzY1YmI3OWY1NmRhOSIsInZlcnNpb24iOjF9.ZJHhboAMwsi3pqU-B-XKRCYP_tzpCRb8pEjGr2Oc-TteZeoWHI8CXcpDxugfC3f7d_oBcKWLzh3CClQxBW1iAQ
25
+ - type: f1
26
  value: 86.9965
27
+ name: F1
28
  verified: true
29
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiZWZlMzY2MmE1NDNhOGNjNWRmODg0YjQ2Zjk5MjUzZDQ2MDYxOTBlMTNhNzQ4NTA2NjRmNDU3MGIzMTYwMmUyOSIsInZlcnNpb24iOjF9.z0ZDir87aT7UEmUeDm8Uw0oUdAqzlBz343gwnsQP3YLfGsaHe-jGlhco0Z7ISUd9NokyCiJCRc4NNxJQ83IuCw
30
  ---
31
 
32
  # DistilBERT base cased distilled SQuAD