End of training
Browse files- README.md +8 -8
- config.json +1 -1
- pytorch_model.bin +1 -1
- training_args.bin +2 -2
README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
-
-
|
8 |
model-index:
|
9 |
- name: pubmed-bert-squad-covidqa
|
10 |
results: []
|
@@ -15,9 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# pubmed-bert-squad-covidqa
|
17 |
|
18 |
-
This model is a fine-tuned version of [
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss:
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -39,7 +39,7 @@ The following hyperparameters were used during training:
|
|
39 |
- learning_rate: 2e-05
|
40 |
- train_batch_size: 32
|
41 |
- eval_batch_size: 32
|
42 |
-
- seed:
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
- num_epochs: 3
|
@@ -48,9 +48,9 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|
|
51 |
-
|
|
52 |
-
|
|
53 |
-
|
|
54 |
|
55 |
|
56 |
### Framework versions
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
base_model: Sarmila/pubmed-bert-squad-covidqa
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
+
- covid_qa_deepset
|
8 |
model-index:
|
9 |
- name: pubmed-bert-squad-covidqa
|
10 |
results: []
|
|
|
15 |
|
16 |
# pubmed-bert-squad-covidqa
|
17 |
|
18 |
+
This model is a fine-tuned version of [Sarmila/pubmed-bert-squad-covidqa](https://huggingface.co/Sarmila/pubmed-bert-squad-covidqa) on the covid_qa_deepset dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.4876
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
39 |
- learning_rate: 2e-05
|
40 |
- train_batch_size: 32
|
41 |
- eval_batch_size: 32
|
42 |
+
- seed: 42
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
- num_epochs: 3
|
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|
|
51 |
+
| No log | 1.0 | 51 | 0.4001 |
|
52 |
+
| No log | 2.0 | 102 | 0.4524 |
|
53 |
+
| No log | 3.0 | 153 | 0.4876 |
|
54 |
|
55 |
|
56 |
### Framework versions
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"BertForQuestionAnswering"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "Sarmila/pubmed-bert-squad-covidqa",
|
3 |
"architectures": [
|
4 |
"BertForQuestionAnswering"
|
5 |
],
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 435640489
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af0faafd433075dc50861b0fb403b96aac7d4a82bc5d17d3167e6f7e4efe9fc4
|
3 |
size 435640489
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb7d718ea7e3f72dd3bd810ac5214dd79e7d7ccf2b040fc5af5fb5a92466ae93
|
3 |
+
size 4027
|