Add verifyToken field to verify evaluation results are produced by Hugging Face's automatic model evaluator
#3
by
autoevaluator HF Staff - opened
README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
---
|
| 2 |
language: en
|
| 3 |
-
datasets:
|
| 4 |
-
- squad_v2
|
| 5 |
license: mit
|
| 6 |
-
thumbnail: https://thumb.tildacdn.com/tild3433-3637-4830-a533-353833613061/-/resize/720x/-/format/webp/germanquad.jpg
|
| 7 |
tags:
|
| 8 |
- exbert
|
|
|
|
|
|
|
|
|
|
| 9 |
model-index:
|
| 10 |
- name: deepset/bert-medium-squad2-distilled
|
| 11 |
results:
|
|
@@ -18,14 +18,16 @@ model-index:
|
|
| 18 |
config: squad_v2
|
| 19 |
split: validation
|
| 20 |
metrics:
|
| 21 |
-
-
|
| 22 |
-
type: exact_match
|
| 23 |
value: 69.8231
|
|
|
|
| 24 |
verified: true
|
| 25 |
-
|
| 26 |
-
|
| 27 |
value: 72.9232
|
|
|
|
| 28 |
verified: true
|
|
|
|
| 29 |
---
|
| 30 |
|
| 31 |
## Overview
|
|
|
|
| 1 |
---
|
| 2 |
language: en
|
|
|
|
|
|
|
| 3 |
license: mit
|
|
|
|
| 4 |
tags:
|
| 5 |
- exbert
|
| 6 |
+
datasets:
|
| 7 |
+
- squad_v2
|
| 8 |
+
thumbnail: https://thumb.tildacdn.com/tild3433-3637-4830-a533-353833613061/-/resize/720x/-/format/webp/germanquad.jpg
|
| 9 |
model-index:
|
| 10 |
- name: deepset/bert-medium-squad2-distilled
|
| 11 |
results:
|
|
|
|
| 18 |
config: squad_v2
|
| 19 |
split: validation
|
| 20 |
metrics:
|
| 21 |
+
- type: exact_match
|
|
|
|
| 22 |
value: 69.8231
|
| 23 |
+
name: Exact Match
|
| 24 |
verified: true
|
| 25 |
+
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiMmE4MGRkZTVjNmViMGNjYjVhY2E1NzcyOGQ1OWE1MWMzMjY5NWU0MmU0Y2I4OWU4YTU5OWQ5YTI2NWE1NmM0ZSIsInZlcnNpb24iOjF9.tnCJvWzMctTwiQu5yig_owO2ZI1t1MZz1AN2lQy4COAGOzuMovD-74acQvMbxJQoRfNNkIetz2hqYivf1lJKDw
|
| 26 |
+
- type: f1
|
| 27 |
value: 72.9232
|
| 28 |
+
name: F1
|
| 29 |
verified: true
|
| 30 |
+
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiZTMwNzk0ZDRjNGUyMjQyNzc1NzczZmUwMTU2MTM5MGQ3M2NhODlmOTU4ZDI0YjhlNTVjNDA1MGEwM2M1MzIyZSIsInZlcnNpb24iOjF9.eElGmTOXH_qHTNaPwZ-dUJfVz9VMvCutDCof_6UG_625MwctT_j7iVkWcGwed4tUnunuq1BPm-0iRh1RuuB-AQ
|
| 31 |
---
|
| 32 |
|
| 33 |
## Overview
|