Commit
路
2a4cad5
1
Parent(s):
0121a96
Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,11 @@ datasets:
|
|
8 |
model-index:
|
9 |
- name: bert-base-cased-finetuned-squad-bs_16
|
10 |
results: []
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -18,18 +23,16 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the squad dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
- Loss: 1.3851
|
|
|
|
|
21 |
|
22 |
-
##
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
-
More information needed
|
25 |
-
|
26 |
-
## Intended uses & limitations
|
27 |
-
|
28 |
-
More information needed
|
29 |
-
|
30 |
-
## Training and evaluation data
|
31 |
-
|
32 |
-
More information needed
|
33 |
|
34 |
## Training procedure
|
35 |
|
@@ -60,4 +63,4 @@ The following hyperparameters were used during training:
|
|
60 |
- Transformers 4.34.0
|
61 |
- Pytorch 1.12.1
|
62 |
- Datasets 2.14.5
|
63 |
-
- Tokenizers 0.14.1
|
|
|
8 |
model-index:
|
9 |
- name: bert-base-cased-finetuned-squad-bs_16
|
10 |
results: []
|
11 |
+
language:
|
12 |
+
- en
|
13 |
+
metrics:
|
14 |
+
- exact_match
|
15 |
+
- f1
|
16 |
---
|
17 |
|
18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
23 |
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the squad dataset.
|
24 |
It achieves the following results on the evaluation set:
|
25 |
- Loss: 1.3851
|
26 |
+
- EM: 80.2270
|
27 |
+
- F1: 88.0794
|
28 |
|
29 |
+
## Overview
|
30 |
+
**Language model:** bert-base-cased
|
31 |
+
**Language:** English
|
32 |
+
**Downstream-task:** Extractive QA
|
33 |
+
**Training data:** SQuAD
|
34 |
+
**Eval data:** SQuAD
|
35 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
|
37 |
## Training procedure
|
38 |
|
|
|
63 |
- Transformers 4.34.0
|
64 |
- Pytorch 1.12.1
|
65 |
- Datasets 2.14.5
|
66 |
+
- Tokenizers 0.14.1
|