Commit
路
91eb295
1
Parent(s):
ebfdac2
Add verifyToken field to verify evaluation results are produced by Hugging Face's automatic model evaluator (#6)
Browse files- Add verifyToken field to verify evaluation results are produced by Hugging Face's automatic model evaluator (a4cf1204a176000962759b937e88cff97f187d16)
Co-authored-by: Evaluation Bot <[email protected]>
README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
---
|
| 2 |
language: en
|
|
|
|
| 3 |
datasets:
|
| 4 |
- squad_v2
|
| 5 |
-
license: cc-by-4.0
|
| 6 |
model-index:
|
| 7 |
- name: deepset/bert-large-uncased-whole-word-masking-squad2
|
| 8 |
results:
|
|
@@ -15,14 +15,16 @@ model-index:
|
|
| 15 |
config: squad_v2
|
| 16 |
split: validation
|
| 17 |
metrics:
|
| 18 |
-
-
|
| 19 |
-
type: exact_match
|
| 20 |
value: 80.8846
|
|
|
|
| 21 |
verified: true
|
| 22 |
-
|
| 23 |
-
|
| 24 |
value: 83.8765
|
|
|
|
| 25 |
verified: true
|
|
|
|
| 26 |
---
|
| 27 |
|
| 28 |
# bert-large-uncased-whole-word-masking-squad2
|
|
|
|
| 1 |
---
|
| 2 |
language: en
|
| 3 |
+
license: cc-by-4.0
|
| 4 |
datasets:
|
| 5 |
- squad_v2
|
|
|
|
| 6 |
model-index:
|
| 7 |
- name: deepset/bert-large-uncased-whole-word-masking-squad2
|
| 8 |
results:
|
|
|
|
| 15 |
config: squad_v2
|
| 16 |
split: validation
|
| 17 |
metrics:
|
| 18 |
+
- type: exact_match
|
|
|
|
| 19 |
value: 80.8846
|
| 20 |
+
name: Exact Match
|
| 21 |
verified: true
|
| 22 |
+
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiY2E5ZGNkY2ExZWViZGEwNWE3OGRmMWM2ZmE4ZDU4ZDQ1OGM3ZWE0NTVmZjFmYmZjZmJmNjJmYTc3NTM3OTk3OSIsInZlcnNpb24iOjF9.aSblF4ywh1fnHHrN6UGL392R5KLaH3FCKQlpiXo_EdQ4XXEAENUCjYm9HWDiFsgfSENL35GkbSyz_GAhnefsAQ
|
| 23 |
+
- type: f1
|
| 24 |
value: 83.8765
|
| 25 |
+
name: F1
|
| 26 |
verified: true
|
| 27 |
+
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiNGFlNmEzMTk2NjRkNTI3ZTk3ZTU1NWNlYzIyN2E0ZDFlNDA2ZjYwZWJlNThkMmRmMmE0YzcwYjIyZDM5NmRiMCIsInZlcnNpb24iOjF9.-rc2_Bsp_B26-o12MFYuAU0Ad2Hg9PDx7Preuk27WlhYJDeKeEr32CW8LLANQABR3Mhw2x8uTYkEUrSDMxxLBw
|
| 28 |
---
|
| 29 |
|
| 30 |
# bert-large-uncased-whole-word-masking-squad2
|