yashwan2003 commited on
Commit
abc6585
1 Parent(s): 97f224d

End of training

Browse files
Files changed (1) hide show
  1. README.md +14 -9
README.md CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [deepset/roberta-base-squad2](https://huggingface.co/deepset/roberta-base-squad2) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 1.2238
19
 
20
  ## Model description
21
 
@@ -40,19 +40,24 @@ 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: 7
44
 
45
  ### Training results
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
- | 1.1137 | 1.0 | 684 | 0.9948 |
50
- | 0.9401 | 2.0 | 1368 | 1.0000 |
51
- | 0.7252 | 3.0 | 2052 | 1.0297 |
52
- | 0.63 | 4.0 | 2736 | 1.0668 |
53
- | 0.5714 | 5.0 | 3420 | 1.1511 |
54
- | 0.481 | 6.0 | 4104 | 1.1907 |
55
- | 0.4489 | 7.0 | 4788 | 1.2238 |
 
 
 
 
 
56
 
57
 
58
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [deepset/roberta-base-squad2](https://huggingface.co/deepset/roberta-base-squad2) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 1.6853
19
 
20
  ## Model description
21
 
 
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
+ - num_epochs: 12
44
 
45
  ### Training results
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
+ | 1.0951 | 1.0 | 684 | 0.9796 |
50
+ | 0.9192 | 2.0 | 1368 | 0.9770 |
51
+ | 0.6985 | 3.0 | 2052 | 1.0302 |
52
+ | 0.6022 | 4.0 | 2736 | 1.0688 |
53
+ | 0.5343 | 5.0 | 3420 | 1.2046 |
54
+ | 0.4185 | 6.0 | 4104 | 1.2701 |
55
+ | 0.362 | 7.0 | 4788 | 1.3791 |
56
+ | 0.3206 | 8.0 | 5472 | 1.4673 |
57
+ | 0.2622 | 9.0 | 6156 | 1.5769 |
58
+ | 0.2543 | 10.0 | 6840 | 1.6076 |
59
+ | 0.2142 | 11.0 | 7524 | 1.6842 |
60
+ | 0.2051 | 12.0 | 8208 | 1.6853 |
61
 
62
 
63
  ### Framework versions