Chelomo commited on
Commit
b1355ad
·
1 Parent(s): 14c1206

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -7
README.md CHANGED
@@ -16,11 +16,11 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 1.9102
20
- - Rouge1: 0.173
21
- - Rouge2: 0.0624
22
- - Rougel: 0.1467
23
- - Rougelsum: 0.1556
24
 
25
  ## Model description
26
 
@@ -45,13 +45,15 @@ The following hyperparameters were used during training:
45
  - seed: 42
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
- - num_epochs: 1
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
53
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
54
- | No log | 1.0 | 56 | 1.9102 | 0.173 | 0.0624 | 0.1467 | 0.1556 |
 
 
55
 
56
 
57
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 1.9087
20
+ - Rouge1: 0.1757
21
+ - Rouge2: 0.0665
22
+ - Rougel: 0.1487
23
+ - Rougelsum: 0.1548
24
 
25
  ## Model description
26
 
 
45
  - seed: 42
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
+ - num_epochs: 3
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
53
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
54
+ | No log | 1.0 | 56 | 1.9335 | 0.1799 | 0.0713 | 0.1555 | 0.1613 |
55
+ | No log | 2.0 | 112 | 1.9155 | 0.1727 | 0.0672 | 0.1489 | 0.1535 |
56
+ | No log | 3.0 | 168 | 1.9087 | 0.1757 | 0.0665 | 0.1487 | 0.1548 |
57
 
58
 
59
  ### Framework versions