Commit
路
f030715
1
Parent(s):
a02020b
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 (c8b7584fd31df58d9e4ead7bd17cfe15c8608dee)
Co-authored-by: Evaluation Bot <autoevaluator@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -3,10 +3,30 @@ language: en
|
|
| 3 |
datasets:
|
| 4 |
- squad_v2
|
| 5 |
license: cc-by-4.0
|
| 6 |
-
tags:
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
# deberta-v3-large for QA
|
| 12 |
|
|
|
|
| 3 |
datasets:
|
| 4 |
- squad_v2
|
| 5 |
license: cc-by-4.0
|
| 6 |
+
tags:
|
| 7 |
+
- deberta
|
| 8 |
+
- deberta-v3
|
| 9 |
+
- deberta-v3-large
|
| 10 |
+
model-index:
|
| 11 |
+
- name: deepset/deberta-v3-large-squad2
|
| 12 |
+
results:
|
| 13 |
+
- task:
|
| 14 |
+
type: question-answering
|
| 15 |
+
name: Question Answering
|
| 16 |
+
dataset:
|
| 17 |
+
name: squad_v2
|
| 18 |
+
type: squad_v2
|
| 19 |
+
config: squad_v2
|
| 20 |
+
split: validation
|
| 21 |
+
metrics:
|
| 22 |
+
- name: Exact Match
|
| 23 |
+
type: exact_match
|
| 24 |
+
value: 88.0876
|
| 25 |
+
verified: true
|
| 26 |
+
- name: F1
|
| 27 |
+
type: f1
|
| 28 |
+
value: 91.1623
|
| 29 |
+
verified: true
|
| 30 |
---
|
| 31 |
# deberta-v3-large for QA
|
| 32 |
|