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:
parent
ab869c350b
commit
a8440a9ab1
12
README.md
12
README.md
|
@ -1,10 +1,10 @@
|
||||||
---
|
---
|
||||||
language: en
|
language: en
|
||||||
|
license: apache-2.0
|
||||||
datasets:
|
datasets:
|
||||||
- squad
|
- squad
|
||||||
metrics:
|
metrics:
|
||||||
- squad
|
- squad
|
||||||
license: apache-2.0
|
|
||||||
model-index:
|
model-index:
|
||||||
- name: distilbert-base-cased-distilled-squad
|
- name: distilbert-base-cased-distilled-squad
|
||||||
results:
|
results:
|
||||||
|
@ -17,14 +17,16 @@ model-index:
|
||||||
config: plain_text
|
config: plain_text
|
||||||
split: validation
|
split: validation
|
||||||
metrics:
|
metrics:
|
||||||
- name: Exact Match
|
- type: exact_match
|
||||||
type: exact_match
|
|
||||||
value: 79.5998
|
value: 79.5998
|
||||||
|
name: Exact Match
|
||||||
verified: true
|
verified: true
|
||||||
- name: F1
|
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiZTViZDA2Y2E2NjUyMjNjYjkzNTUzODc5OTk2OTNkYjQxMDRmMDhlYjdmYWJjYWQ2N2RlNzY1YmI3OWY1NmRhOSIsInZlcnNpb24iOjF9.ZJHhboAMwsi3pqU-B-XKRCYP_tzpCRb8pEjGr2Oc-TteZeoWHI8CXcpDxugfC3f7d_oBcKWLzh3CClQxBW1iAQ
|
||||||
type: f1
|
- type: f1
|
||||||
value: 86.9965
|
value: 86.9965
|
||||||
|
name: F1
|
||||||
verified: true
|
verified: true
|
||||||
|
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiZWZlMzY2MmE1NDNhOGNjNWRmODg0YjQ2Zjk5MjUzZDQ2MDYxOTBlMTNhNzQ4NTA2NjRmNDU3MGIzMTYwMmUyOSIsInZlcnNpb24iOjF9.z0ZDir87aT7UEmUeDm8Uw0oUdAqzlBz343gwnsQP3YLfGsaHe-jGlhco0Z7ISUd9NokyCiJCRc4NNxJQ83IuCw
|
||||||
---
|
---
|
||||||
|
|
||||||
# DistilBERT base cased distilled SQuAD
|
# DistilBERT base cased distilled SQuAD
|
||||||
|
|
Loading…
Reference in New Issue