Merge branch 'main' of https://huggingface.co/gerardozq/biobert_v1.1_pubmed-finetuned-squad into main
Browse files
README.md
CHANGED
@@ -40,14 +40,14 @@ The following hyperparameters were used during training:
|
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
-
- num_epochs:
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
| 1.0213 | 1.0 | 8255 | 0.9448 |
|
50 |
-
|
51 |
|
52 |
### Framework versions
|
53 |
|
|
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
+
- num_epochs: 2
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
| 1.0213 | 1.0 | 8255 | 0.9448 |
|
50 |
+
| 0.9487 | 2.0 | 8255 | 0.9625 |
|
51 |
|
52 |
### Framework versions
|
53 |
|