End of training
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the pubmed-summarization dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 1.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -50,11 +50,16 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|
|
53 |
-
| 2.
|
54 |
-
| 2.
|
55 |
-
| 2.
|
56 |
-
| 2.
|
57 |
-
| 2.
|
|
|
|
|
|
|
|
|
|
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the pubmed-summarization dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 1.9835
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|
|
53 |
+
| 2.2356 | 0.4 | 500 | 2.0414 |
|
54 |
+
| 2.161 | 0.8 | 1000 | 2.0307 |
|
55 |
+
| 2.1446 | 1.2 | 1500 | 1.9946 |
|
56 |
+
| 2.143 | 1.6 | 2000 | 2.0254 |
|
57 |
+
| 2.1318 | 2.0 | 2500 | 1.9951 |
|
58 |
+
| 2.133 | 2.4 | 3000 | 2.0143 |
|
59 |
+
| 2.1321 | 2.8 | 3500 | 1.9991 |
|
60 |
+
| 2.1268 | 3.2 | 4000 | 1.9789 |
|
61 |
+
| 2.1169 | 3.6 | 4500 | 1.9736 |
|
62 |
+
| 2.1254 | 4.0 | 5000 | 1.9745 |
|
63 |
|
64 |
|
65 |
### Framework versions
|