IProject-10
commited on
Commit
•
74c44e8
1
Parent(s):
4f4c150
Update README.md
Browse files
README.md
CHANGED
@@ -7,13 +7,29 @@ datasets:
|
|
7 |
- squad_v2
|
8 |
model-index:
|
9 |
- name: roberta-base-finetuned-squad2
|
10 |
-
results:
|
11 |
-
|
12 |
-
|
13 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
language:
|
15 |
- en
|
16 |
pipeline_tag: question-answering
|
|
|
|
|
|
|
17 |
---
|
18 |
|
19 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
7 |
- squad_v2
|
8 |
model-index:
|
9 |
- name: roberta-base-finetuned-squad2
|
10 |
+
results:
|
11 |
+
- task:
|
12 |
+
name: Question Answering
|
13 |
+
type: question-answering
|
14 |
+
dataset:
|
15 |
+
type: squad_v2
|
16 |
+
name: SQuAD 2
|
17 |
+
config: squad_v2
|
18 |
+
split: validation
|
19 |
+
metrics:
|
20 |
+
- type: exact_match
|
21 |
+
value: 79.71868946348859
|
22 |
+
name: Exact-Match
|
23 |
+
- type: f1
|
24 |
+
value: 83.049614486567
|
25 |
+
name: F1-score
|
26 |
+
|
27 |
language:
|
28 |
- en
|
29 |
pipeline_tag: question-answering
|
30 |
+
metrics:
|
31 |
+
- exact_match
|
32 |
+
- f1
|
33 |
---
|
34 |
|
35 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|