Commit
•
20891f4
1
Parent(s):
7930488
Add verifyToken field to verify evaluation results are produced by Hugging Face's automatic model evaluator (#4)
Browse files- Add verifyToken field to verify evaluation results are produced by Hugging Face's automatic model evaluator (b4657c4ecd70d03351032b816e733b5642c525c1)
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/tinyroberta-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: 78.8627
|
|
|
21 |
verified: true
|
22 |
-
|
23 |
-
|
24 |
value: 82.0355
|
|
|
25 |
verified: true
|
|
|
26 |
---
|
27 |
|
28 |
# tinyroberta-squad2
|
|
|
1 |
---
|
2 |
language: en
|
3 |
+
license: cc-by-4.0
|
4 |
datasets:
|
5 |
- squad_v2
|
|
|
6 |
model-index:
|
7 |
- name: deepset/tinyroberta-squad2
|
8 |
results:
|
|
|
15 |
config: squad_v2
|
16 |
split: validation
|
17 |
metrics:
|
18 |
+
- type: exact_match
|
|
|
19 |
value: 78.8627
|
20 |
+
name: Exact Match
|
21 |
verified: true
|
22 |
+
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiNDNlZDU4ODAxMzY5NGFiMTMyZmQ1M2ZhZjMyODA1NmFlOGMxNzYxNTA4OGE5YTBkZWViZjBkNGQ2ZmMxZjVlMCIsInZlcnNpb24iOjF9.Wgu599r6TvgMLTrHlLMVAbUtKD_3b70iJ5QSeDQ-bRfUsVk6Sz9OsJCp47riHJVlmSYzcDj_z_3jTcUjCFFXBg
|
23 |
+
- type: f1
|
24 |
value: 82.0355
|
25 |
+
name: F1
|
26 |
verified: true
|
27 |
+
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiOTFkMzEzMWNiZDRhMGZlODhkYzcwZTZiMDFjZDg2YjllZmUzYWM5NTgwNGQ2NGYyMDk2ZGQwN2JmMTE5NTc3YiIsInZlcnNpb24iOjF9.ChgaYpuRHd5WeDFjtiAHUyczxtoOD_M5WR8834jtbf7wXhdGOnZKdZ1KclmhoI5NuAGc1NptX-G0zQ5FTHEcBA
|
28 |
---
|
29 |
|
30 |
# tinyroberta-squad2
|