UNIST-Eunchan commited on
Commit
351af42
1 Parent(s): 8d96bba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -7,6 +7,11 @@ datasets:
7
  model-index:
8
  - name: Long-paper-summarization-pegasus-x-b
9
  results: []
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -61,9 +66,13 @@ The following hyperparameters were used during training:
61
  | 3.2844 | 3.0 | 3510 | 2.7262 |
62
 
63
 
 
 
 
 
64
  ### Framework versions
65
 
66
  - Transformers 4.32.1
67
  - Pytorch 2.0.1
68
  - Datasets 2.12.0
69
- - Tokenizers 0.13.2
 
7
  model-index:
8
  - name: Long-paper-summarization-pegasus-x-b
9
  results: []
10
+ license: mit
11
+ language:
12
+ - en
13
+ metrics:
14
+ - rouge
15
  ---
16
 
17
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
66
  | 3.2844 | 3.0 | 3510 | 2.7262 |
67
 
68
 
69
+ ### Test Data Performance
70
+
71
+ {'rouge1': 0.3370780494168376, 'rouge2': 0.09813617709429612, 'rougeL': 0.19901299825841634, 'rougeLsum': 0.28144444244239153}
72
+
73
  ### Framework versions
74
 
75
  - Transformers 4.32.1
76
  - Pytorch 2.0.1
77
  - Datasets 2.12.0
78
+ - Tokenizers 0.13.2