etav22 commited on
Commit
db14b95
1 Parent(s): b293e76

add evaluation results for latest training

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -4,6 +4,13 @@ tags:
4
  model-index:
5
  - name: pegasus-legalease
6
  results: []
 
 
 
 
 
 
 
7
  ---
8
 
9
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -13,7 +20,10 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  This model was trained from scratch on an unknown dataset.
15
  It achieves the following results on the evaluation set:
16
- - Loss: 1.1142
 
 
 
17
 
18
  ## Model description
19
 
@@ -63,4 +73,4 @@ The following hyperparameters were used during training:
63
  - Transformers 4.38.2
64
  - Pytorch 2.1.0+cu121
65
  - Datasets 2.18.0
66
- - Tokenizers 0.15.2
 
4
  model-index:
5
  - name: pegasus-legalease
6
  results: []
7
+ datasets:
8
+ - hheiden/us-congress-117-bills
9
+ language:
10
+ - en
11
+ metrics:
12
+ - rouge
13
+ library_name: transformers
14
  ---
15
 
16
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
20
 
21
  This model was trained from scratch on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Rouge1: 0.4632
24
+ - Rouge2: 0.3210
25
+ - RougeL: 0.4055
26
+ - Rougelsum: 0.4196
27
 
28
  ## Model description
29
 
 
73
  - Transformers 4.38.2
74
  - Pytorch 2.1.0+cu121
75
  - Datasets 2.18.0
76
+ - Tokenizers 0.15.2