IProject-10
commited on
Commit
•
790c16d
1
Parent(s):
56c3129
Update README.md
Browse files
README.md
CHANGED
@@ -19,10 +19,6 @@ language:
|
|
19 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
20 |
should probably proofread and complete it, then remove this comment. -->
|
21 |
|
22 |
-
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the squad_v2 dataset.
|
23 |
-
It achieves the following results on the evaluation set:
|
24 |
-
- Loss: 1.3537
|
25 |
-
|
26 |
## Model description
|
27 |
|
28 |
BERTbase fine-tuned on SQuAD 2.0 : Encoder-based Transformer Language model, pretrained with Masked Language Modeling and Next Sentence Prediction.<br>
|
@@ -98,6 +94,9 @@ The following hyperparameters were used during training:
|
|
98 |
| 0.6805 | 2.0 | 16470 | 1.0820 |
|
99 |
| 0.4542 | 3.0 | 24705 | 1.3537 |
|
100 |
|
|
|
|
|
|
|
101 |
|
102 |
### Framework versions
|
103 |
|
|
|
19 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
20 |
should probably proofread and complete it, then remove this comment. -->
|
21 |
|
|
|
|
|
|
|
|
|
22 |
## Model description
|
23 |
|
24 |
BERTbase fine-tuned on SQuAD 2.0 : Encoder-based Transformer Language model, pretrained with Masked Language Modeling and Next Sentence Prediction.<br>
|
|
|
94 |
| 0.6805 | 2.0 | 16470 | 1.0820 |
|
95 |
| 0.4542 | 3.0 | 24705 | 1.3537 |
|
96 |
|
97 |
+
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the squad_v2 dataset.
|
98 |
+
It achieves the following results on the evaluation set:
|
99 |
+
- Loss: 1.3537
|
100 |
|
101 |
### Framework versions
|
102 |
|