satyanshu404 commited on
Commit
2b2b576
1 Parent(s): a04402e

End of training

Browse files
Files changed (1) hide show
  1. README.md +12 -10
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 [facebook/bart-large-mnli](https://huggingface.co/facebook/bart-large-mnli) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 1.8276
19
 
20
  ## Model description
21
 
@@ -40,20 +40,22 @@ 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: 8
44
 
45
  ### Training results
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
- | 1.0725 | 1.0 | 800 | 0.7177 |
50
- | 0.9696 | 2.0 | 1600 | 0.7636 |
51
- | 1.0935 | 3.0 | 2400 | 0.8900 |
52
- | 1.0146 | 4.0 | 3200 | 0.7952 |
53
- | 0.9994 | 5.0 | 4000 | 0.7545 |
54
- | 1.0023 | 6.0 | 4800 | 1.0007 |
55
- | 0.6994 | 7.0 | 5600 | 1.1323 |
56
- | 0.5347 | 8.0 | 6400 | 1.8276 |
 
 
57
 
58
 
59
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [facebook/bart-large-mnli](https://huggingface.co/facebook/bart-large-mnli) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 2.7109
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: 10
44
 
45
  ### Training results
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
+ | 0.7865 | 1.0 | 800 | 1.1187 |
50
+ | 0.6785 | 2.0 | 1600 | 1.2005 |
51
+ | 0.774 | 3.0 | 2400 | 1.1685 |
52
+ | 0.4621 | 4.0 | 3200 | 1.3130 |
53
+ | 0.4138 | 5.0 | 4000 | 2.2119 |
54
+ | 0.3162 | 6.0 | 4800 | 2.0261 |
55
+ | 0.2778 | 7.0 | 5600 | 1.9403 |
56
+ | 0.2476 | 8.0 | 6400 | 2.5232 |
57
+ | 0.1718 | 9.0 | 7200 | 2.6737 |
58
+ | 0.0869 | 10.0 | 8000 | 2.7109 |
59
 
60
 
61
  ### Framework versions