Ssarion commited on
Commit
a2275c3
1 Parent(s): 8abe987

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -21
README.md CHANGED
@@ -22,18 +22,7 @@ model-index:
22
  metrics:
23
  - name: Rouge1
24
  type: rouge
25
- value: 26.77
26
- - name: Rouge2
27
- type: rouge
28
- value: 10.28
29
- - name: Rougel
30
- type: rouge
31
- value: 21.26
32
- - name: Rougelsum
33
- type: rouge
34
- value: 22.02
35
- language:
36
- - en
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -43,11 +32,11 @@ should probably proofread and complete it, then remove this comment. -->
43
 
44
  This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the multi_news dataset.
45
  It achieves the following results on the evaluation set:
46
- - Loss: 2.4116
47
- - Rouge1: 26.77
48
- - Rouge2: 10.28
49
- - Rougel: 21.26
50
- - Rougelsum: 22.02
51
 
52
  ## Model description
53
 
@@ -78,12 +67,12 @@ The following hyperparameters were used during training:
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
80
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
81
- | 2.7976 | 1.0 | 1250 | 2.4116 | 26.77 | 10.28 | 21.26 | 22.02 |
82
 
83
 
84
  ### Framework versions
85
 
86
- - Transformers 4.28.0
87
- - Pytorch 2.0.0+cu117
88
  - Datasets 2.12.0
89
- - Tokenizers 0.13.3
 
22
  metrics:
23
  - name: Rouge1
24
  type: rouge
25
+ value: 26.31
 
 
 
 
 
 
 
 
 
 
 
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
32
 
33
  This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the multi_news dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 2.4147
36
+ - Rouge1: 26.31
37
+ - Rouge2: 9.6
38
+ - Rougel: 20.87
39
+ - Rougelsum: 21.54
40
 
41
  ## Model description
42
 
 
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
69
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
70
+ | 2.4041 | 1.0 | 1250 | 2.4147 | 26.31 | 9.6 | 20.87 | 21.54 |
71
 
72
 
73
  ### Framework versions
74
 
75
+ - Transformers 4.30.0
76
+ - Pytorch 2.0.1+cu118
77
  - Datasets 2.12.0
78
+ - Tokenizers 0.13.3