adon81 commited on
Commit
a0fd8cf
·
1 Parent(s): f7e84c7

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -4
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-base](https://huggingface.co/facebook/bart-base) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 13.0832
19
 
20
  ## Model description
21
 
@@ -40,14 +40,32 @@ 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
- | No log | 1.0 | 6 | 13.5907 |
50
- | No log | 2.0 | 12 | 13.0832 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51
 
52
 
53
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 4.3328
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: 20
44
 
45
  ### Training results
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
+ | No log | 1.0 | 6 | 13.2699 |
50
+ | No log | 2.0 | 12 | 12.2786 |
51
+ | No log | 3.0 | 18 | 11.5745 |
52
+ | No log | 4.0 | 24 | 10.8457 |
53
+ | No log | 5.0 | 30 | 9.8424 |
54
+ | No log | 6.0 | 36 | 8.5779 |
55
+ | No log | 7.0 | 42 | 6.9630 |
56
+ | No log | 8.0 | 48 | 6.1362 |
57
+ | No log | 9.0 | 54 | 5.6167 |
58
+ | No log | 10.0 | 60 | 5.3033 |
59
+ | No log | 11.0 | 66 | 5.0873 |
60
+ | No log | 12.0 | 72 | 4.8782 |
61
+ | No log | 13.0 | 78 | 4.7162 |
62
+ | No log | 14.0 | 84 | 4.6101 |
63
+ | No log | 15.0 | 90 | 4.5256 |
64
+ | No log | 16.0 | 96 | 4.4572 |
65
+ | No log | 17.0 | 102 | 4.4019 |
66
+ | No log | 18.0 | 108 | 4.3624 |
67
+ | No log | 19.0 | 114 | 4.3405 |
68
+ | No log | 20.0 | 120 | 4.3328 |
69
 
70
 
71
  ### Framework versions