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 (a4cf1204a176000962759b937e88cff97f187d16)


Co-authored-by: Evaluation Bot <autoevaluator@users.noreply.huggingface.co>
This commit is contained in:
Sebastian 2022-12-05 16:06:07 +00:00 committed by system
parent ebfdac2cd4
commit 91eb2951ac
1 changed files with 7 additions and 5 deletions

View File

@ -1,8 +1,8 @@
---
language: en
license: cc-by-4.0
datasets:
- squad_v2
license: cc-by-4.0
model-index:
- name: deepset/bert-large-uncased-whole-word-masking-squad2
results:
@ -15,14 +15,16 @@ model-index:
config: squad_v2
split: validation
metrics:
- name: Exact Match
type: exact_match
- type: exact_match
value: 80.8846
name: Exact Match
verified: true
- name: F1
type: f1
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiY2E5ZGNkY2ExZWViZGEwNWE3OGRmMWM2ZmE4ZDU4ZDQ1OGM3ZWE0NTVmZjFmYmZjZmJmNjJmYTc3NTM3OTk3OSIsInZlcnNpb24iOjF9.aSblF4ywh1fnHHrN6UGL392R5KLaH3FCKQlpiXo_EdQ4XXEAENUCjYm9HWDiFsgfSENL35GkbSyz_GAhnefsAQ
- type: f1
value: 83.8765
name: F1
verified: true
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiNGFlNmEzMTk2NjRkNTI3ZTk3ZTU1NWNlYzIyN2E0ZDFlNDA2ZjYwZWJlNThkMmRmMmE0YzcwYjIyZDM5NmRiMCIsInZlcnNpb24iOjF9.-rc2_Bsp_B26-o12MFYuAU0Ad2Hg9PDx7Preuk27WlhYJDeKeEr32CW8LLANQABR3Mhw2x8uTYkEUrSDMxxLBw
---
# bert-large-uncased-whole-word-masking-squad2