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

- 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>
This commit is contained in:
Lewis Tunstall 2022-12-05 14:39:16 +00:00 committed by system
parent ab869c350b
commit a8440a9ab1
1 changed files with 7 additions and 5 deletions

View File

@ -1,10 +1,10 @@
---
language: en
license: apache-2.0
datasets:
- squad
metrics:
- squad
license: apache-2.0
model-index:
- name: distilbert-base-cased-distilled-squad
results:
@ -17,14 +17,16 @@ model-index:
config: plain_text
split: validation
metrics:
- name: Exact Match
type: exact_match
- type: exact_match
value: 79.5998
name: Exact Match
verified: true
- name: F1
type: f1
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiZTViZDA2Y2E2NjUyMjNjYjkzNTUzODc5OTk2OTNkYjQxMDRmMDhlYjdmYWJjYWQ2N2RlNzY1YmI3OWY1NmRhOSIsInZlcnNpb24iOjF9.ZJHhboAMwsi3pqU-B-XKRCYP_tzpCRb8pEjGr2Oc-TteZeoWHI8CXcpDxugfC3f7d_oBcKWLzh3CClQxBW1iAQ
- type: f1
value: 86.9965
name: F1
verified: true
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiZWZlMzY2MmE1NDNhOGNjNWRmODg0YjQ2Zjk5MjUzZDQ2MDYxOTBlMTNhNzQ4NTA2NjRmNDU3MGIzMTYwMmUyOSIsInZlcnNpb24iOjF9.z0ZDir87aT7UEmUeDm8Uw0oUdAqzlBz343gwnsQP3YLfGsaHe-jGlhco0Z7ISUd9NokyCiJCRc4NNxJQ83IuCw
---
# DistilBERT base cased distilled SQuAD