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

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

Browse files

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


Co-authored-by: Evaluation Bot <autoevaluator@users.noreply.huggingface.co>

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