yashwan2003 commited on
Commit
639b800
1 Parent(s): 1549257

End of training

Browse files
Files changed (1) hide show
  1. README.md +11 -6
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.2829
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: 2
44
 
45
  ### Training results
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
- | 1.2628 | 1.0 | 731 | 1.2379 |
50
- | 1.1285 | 2.0 | 1462 | 1.2829 |
 
 
 
 
 
51
 
52
 
53
  ### Framework versions
54
 
55
- - Transformers 4.42.4
56
- - Pytorch 2.3.1+cu121
57
  - Datasets 2.20.0
58
  - Tokenizers 0.19.1
 
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
  - 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
59
 
60
+ - Transformers 4.42.3
61
+ - Pytorch 2.1.2
62
  - Datasets 2.20.0
63
  - Tokenizers 0.19.1