Commit
路
3cdf493
1
Parent(s):
32f8173
Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,22 @@ datasets:
|
|
7 |
- squad_v2
|
8 |
model-index:
|
9 |
- name: bert-base-uncased-finetuned-squad_v2
|
10 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -15,21 +30,21 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# bert-base-uncased-finetuned-squad_v2
|
17 |
|
18 |
-
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the squad_v2 dataset.
|
19 |
-
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 1.7075
|
21 |
-
|
22 |
-
## Model description
|
23 |
|
24 |
-
More information needed
|
25 |
|
26 |
-
|
27 |
-
|
28 |
-
|
|
|
29 |
|
30 |
-
## Training and evaluation data
|
31 |
|
32 |
-
|
|
|
|
|
|
|
|
|
|
|
33 |
|
34 |
## Training procedure
|
35 |
|
|
|
7 |
- squad_v2
|
8 |
model-index:
|
9 |
- name: bert-base-uncased-finetuned-squad_v2
|
10 |
+
results:
|
11 |
+
- task:
|
12 |
+
type: question-answering
|
13 |
+
name: Question Answering
|
14 |
+
dataset:
|
15 |
+
name: squad_v2
|
16 |
+
type: squad_v2
|
17 |
+
config: squad_v2
|
18 |
+
split: validation
|
19 |
+
metrics:
|
20 |
+
- type: exact_match
|
21 |
+
value: 71.6920
|
22 |
+
name: Exact Match
|
23 |
+
- type: f1
|
24 |
+
value: 75.4437
|
25 |
+
name: F1
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
30 |
|
31 |
# bert-base-uncased-finetuned-squad_v2
|
32 |
|
33 |
+
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the [SQuAD2.0](https://huggingface.co/datasets/squad_v2) dataset. It's been trained on question-answer pairs, including unanswerable questions, for the task of Question Answering.
|
|
|
|
|
|
|
|
|
34 |
|
|
|
35 |
|
36 |
+
It achieves the following results on the evaluation set:
|
37 |
+
- Loss: 1.7075
|
38 |
+
- Exact Match: 71.6920
|
39 |
+
- F1-score: 75.4437
|
40 |
|
|
|
41 |
|
42 |
+
## Overview
|
43 |
+
**Language model:** bert-base-uncased
|
44 |
+
**Language:** English
|
45 |
+
**Downstream-task:** Extractive QA
|
46 |
+
**Training data:** SQuAD 2.0
|
47 |
+
**Eval data:** SQuAD 2.0
|
48 |
|
49 |
## Training procedure
|
50 |
|