sjrhuschlee
commited on
Commit
•
26e7356
1
Parent(s):
e81417c
Update README.md
Browse files
README.md
CHANGED
@@ -45,6 +45,21 @@ model-index:
|
|
45 |
- type: f1
|
46 |
value: 94.985
|
47 |
name: F1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
---
|
49 |
|
50 |
# deberta-v3-large for Extractive QA
|
|
|
45 |
- type: f1
|
46 |
value: 94.985
|
47 |
name: F1
|
48 |
+
- task:
|
49 |
+
type: question-answering
|
50 |
+
name: Question Answering
|
51 |
+
dataset:
|
52 |
+
name: adversarial_qa
|
53 |
+
type: adversarial_qa
|
54 |
+
config: adversarialQA
|
55 |
+
split: validation
|
56 |
+
metrics:
|
57 |
+
- type: exact_match
|
58 |
+
value: 31.167
|
59 |
+
name: Exact Match
|
60 |
+
- type: f1
|
61 |
+
value: 41.787
|
62 |
+
name: F1
|
63 |
---
|
64 |
|
65 |
# deberta-v3-large for Extractive QA
|