Commit
•
d2f54c1
1
Parent(s):
d31acc0
Add evaluation results on the squad_v2 config of squad_v2 (#1)
Browse files- Add evaluation results on the squad_v2 config of squad_v2 (a17b7ec8b3fc3449f5f4edc0eb4e936e1add6809)
Co-authored-by: Evaluation Bot <autoevaluator@users.noreply.huggingface.co>
README.md
CHANGED
@@ -6,6 +6,26 @@ license: mit
|
|
6 |
thumbnail: https://thumb.tildacdn.com/tild3433-3637-4830-a533-353833613061/-/resize/720x/-/format/webp/germanquad.jpg
|
7 |
tags:
|
8 |
- exbert
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
## Overview
|
|
|
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/tinybert-6l-768d-squad2
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
type: question-answering
|
14 |
+
name: Question Answering
|
15 |
+
dataset:
|
16 |
+
name: squad_v2
|
17 |
+
type: squad_v2
|
18 |
+
config: squad_v2
|
19 |
+
split: validation
|
20 |
+
metrics:
|
21 |
+
- name: Exact Match
|
22 |
+
type: exact_match
|
23 |
+
value: 73.8248
|
24 |
+
verified: true
|
25 |
+
- name: F1
|
26 |
+
type: f1
|
27 |
+
value: 77.1684
|
28 |
+
verified: true
|
29 |
---
|
30 |
|
31 |
## Overview
|