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

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


Co-authored-by: Evaluation Bot <autoevaluator@users.noreply.huggingface.co>
This commit is contained in:
Sebastian 2022-12-05 16:07:19 +00:00 committed by system
parent b836be0bbe
commit 96785dbd59
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/minilm-uncased-squad2
results:
@ -15,14 +15,16 @@ model-index:
config: squad_v2
split: validation
metrics:
- name: Exact Match
type: exact_match
- type: exact_match
value: 76.1921
name: Exact Match
verified: true
- name: F1
type: f1
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiNmViZTQ3YTBjYTc3ZDQzYmI1Mzk3MTAxM2MzNjdmMTc0MWY4Yzg2MWU3NGQ1MDJhZWI2NzY0YWYxZTY2OTgzMiIsInZlcnNpb24iOjF9.s4XCRs_pvW__LJ57dpXAEHD6NRsQ3XaFrM1xaguS6oUs5fCN77wNNc97scnfoPXT18A8RAn0cLTNivfxZm0oBA
- type: f1
value: 79.5483
name: F1
verified: true
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiZmJlYTIyOTg2NjMyMzg4NzNlNGIzMTY2NDVkMjg0ODdiOWRmYjVkZDYyZjBjNWNiNTBhNjcwOWUzMDM4ZWJiZiIsInZlcnNpb24iOjF9.gxpwIBBA3_5xPi-TaZcqWNnGgCiHzxaUNgrS2jucxoVWGxhBtnPdwKVCxLleQoDDZenAXB3Yh71zMP3xTSeHCw
---
# MiniLM-L12-H384-uncased for QA