Librarian Bot: Update Hugging Face dataset ID
#2
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,20 +1,8 @@
|
|
1 |
---
|
2 |
-
license: mit
|
3 |
-
datasets:
|
4 |
-
- squad_v2
|
5 |
-
- squad
|
6 |
-
- mrqa
|
7 |
-
- mbartolo/synQA
|
8 |
-
- adversarial_qa
|
9 |
-
- newsqa
|
10 |
-
- trivia_qa
|
11 |
-
- search_qa
|
12 |
-
- hotpot_qa
|
13 |
-
- natural_questions
|
14 |
language:
|
15 |
- en
|
|
|
16 |
library_name: transformers
|
17 |
-
pipeline_tag: question-answering
|
18 |
tags:
|
19 |
- deberta
|
20 |
- deberta-v3
|
@@ -24,6 +12,18 @@ tags:
|
|
24 |
- mrqa
|
25 |
- synQA
|
26 |
- adversarial_qa
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
base_model: microsoft/deberta-v3-base
|
28 |
model-index:
|
29 |
- name: sjrhuschlee/deberta-v3-base-squad2-ext-v1
|
@@ -86,7 +86,7 @@ model-index:
|
|
86 |
value: 84.723
|
87 |
name: Exact Match
|
88 |
- type: f1
|
89 |
-
value: 89.
|
90 |
name: F1
|
91 |
- task:
|
92 |
type: question-answering
|
@@ -146,7 +146,7 @@ model-index:
|
|
146 |
value: 75.008
|
147 |
name: Exact Match
|
148 |
- type: f1
|
149 |
-
value: 86.
|
150 |
name: F1
|
151 |
---
|
152 |
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
+
license: mit
|
5 |
library_name: transformers
|
|
|
6 |
tags:
|
7 |
- deberta
|
8 |
- deberta-v3
|
|
|
12 |
- mrqa
|
13 |
- synQA
|
14 |
- adversarial_qa
|
15 |
+
datasets:
|
16 |
+
- squad_v2
|
17 |
+
- squad
|
18 |
+
- mrqa
|
19 |
+
- mbartolo/synQA
|
20 |
+
- UCLNLP/adversarial_qa
|
21 |
+
- newsqa
|
22 |
+
- trivia_qa
|
23 |
+
- search_qa
|
24 |
+
- hotpot_qa
|
25 |
+
- natural_questions
|
26 |
+
pipeline_tag: question-answering
|
27 |
base_model: microsoft/deberta-v3-base
|
28 |
model-index:
|
29 |
- name: sjrhuschlee/deberta-v3-base-squad2-ext-v1
|
|
|
86 |
value: 84.723
|
87 |
name: Exact Match
|
88 |
- type: f1
|
89 |
+
value: 89.78
|
90 |
name: F1
|
91 |
- task:
|
92 |
type: question-answering
|
|
|
146 |
value: 75.008
|
147 |
name: Exact Match
|
148 |
- type: f1
|
149 |
+
value: 86.12
|
150 |
name: F1
|
151 |
---
|
152 |
|