tabbas97 commited on
Commit
1bd6ded
1 Parent(s): 2a9b5ea

End of training

Browse files
Files changed (1) hide show
  1. README.md +11 -6
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.9949
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.2258 | 0.8 | 500 | 2.0382 |
54
- | 2.1769 | 1.6 | 1000 | 1.9865 |
55
- | 2.1476 | 2.4 | 1500 | 2.0094 |
56
- | 2.146 | 3.2 | 2000 | 2.0005 |
57
- | 2.1429 | 4.0 | 2500 | 1.9993 |
 
 
 
 
 
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