Commit
路
68ffb81
1
Parent(s):
4253cf6
Add verifyToken field to verify evaluation results are produced by Hugging Face's automatic model evaluator (#3)
Browse files- Add verifyToken field to verify evaluation results are produced by Hugging Face's automatic model evaluator (91a9ee88da16cbd2dcc57b17f492fac881925e35)
Co-authored-by: Evaluation Bot <autoevaluator@users.noreply.huggingface.co>
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-base-cased-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: 71.1517
|
|
|
21 |
verified: true
|
22 |
-
|
23 |
-
|
24 |
value: 74.6714
|
|
|
25 |
verified: true
|
|
|
26 |
---
|
27 |
|
28 |
This is a BERT base cased model trained on SQuAD v2
|
|
|
1 |
---
|
2 |
language: en
|
3 |
+
license: cc-by-4.0
|
4 |
datasets:
|
5 |
- squad_v2
|
|
|
6 |
model-index:
|
7 |
- name: deepset/bert-base-cased-squad2
|
8 |
results:
|
|
|
15 |
config: squad_v2
|
16 |
split: validation
|
17 |
metrics:
|
18 |
+
- type: exact_match
|
|
|
19 |
value: 71.1517
|
20 |
+
name: Exact Match
|
21 |
verified: true
|
22 |
+
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiZGZlNmQ1YzIzMWUzNTg4YmI4NWVhYThiMzE2ZGZmNWUzNDM3NWI0ZGJkNzliNGUxNTY2MDA5MWVkYjAwYWZiMCIsInZlcnNpb24iOjF9.iUvVdy5c4hoXkwlThJankQqG9QXzNilvfF1_4P0oL8X-jkY5Q6YSsZx6G6cpgXogqFpn7JlE_lP6_OT0VIamCg
|
23 |
+
- type: f1
|
24 |
value: 74.6714
|
25 |
+
name: F1
|
26 |
verified: true
|
27 |
+
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiMWE5OGNjODhmY2Y0NWIyZDIzMmQ2NmRjZGYyYTYzOWMxZDUzYzg4YjBhNTRiNTY4NTc0M2IxNjI5NWI5ZDM0NCIsInZlcnNpb24iOjF9.IqU9rbzUcKmDEoLkwCUZTKSH0ZFhtqgnhOaEDKKnaRMGBJLj98D5V4VirYT6jLh8FlR0FiwvMTMjReBcfTisAQ
|
28 |
---
|
29 |
|
30 |
This is a BERT base cased model trained on SQuAD v2
|