IProject-10
commited on
Commit
•
78f4fab
1
Parent(s):
adeb2f7
Update README.md
Browse files
README.md
CHANGED
@@ -6,14 +6,30 @@ tags:
|
|
6 |
datasets:
|
7 |
- squad_v2
|
8 |
model-index:
|
9 |
-
- name: bert-base-uncased-finetuned-squad2
|
10 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
pipeline_tag: question-answering
|
12 |
metrics:
|
13 |
- exact_match
|
14 |
- f1
|
15 |
-
language:
|
16 |
-
- en
|
17 |
---
|
18 |
|
19 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
6 |
datasets:
|
7 |
- squad_v2
|
8 |
model-index:
|
9 |
+
- name: bert-base-uncased-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: 73.5029057525478
|
22 |
+
name: Exact-Match
|
23 |
+
- type: f1
|
24 |
+
value: 76.79224102466394
|
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
|