tabbas97 commited on
Commit
28beac4
1 Parent(s): 56cc7ff

End of training

Browse files
Files changed (1) hide show
  1. README.md +9 -1
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: 2.0924
22
 
23
  ## Model description
24
 
@@ -44,9 +44,17 @@ The following hyperparameters were used during training:
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
  - num_epochs: 4
 
47
 
48
  ### Training results
49
 
 
 
 
 
 
 
 
50
 
51
 
52
  ### 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.9949
22
 
23
  ## Model description
24
 
 
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
  - num_epochs: 4
47
+ - mixed_precision_training: Native AMP
48
 
49
  ### Training results
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