fqw commited on
Commit
30d112e
1 Parent(s): 3fe29c4

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -1,6 +1,8 @@
1
  ---
2
  tags:
3
  - generated_from_trainer
 
 
4
  model-index:
5
  - name: t5-pegasus-finetuned
6
  results: []
@@ -12,6 +14,18 @@ should probably proofread and complete it, then remove this comment. -->
12
  # t5-pegasus-finetuned
13
 
14
  This model was trained from scratch on an unknown dataset.
 
 
 
 
 
 
 
 
 
 
 
 
15
 
16
  ## Model description
17
 
@@ -41,6 +55,10 @@ The following hyperparameters were used during training:
41
  - num_epochs: 100
42
  - mixed_precision_training: Native AMP
43
 
 
 
 
 
44
  ### Framework versions
45
 
46
  - Transformers 4.21.0.dev0
 
1
  ---
2
  tags:
3
  - generated_from_trainer
4
+ metrics:
5
+ - sacrebleu
6
  model-index:
7
  - name: t5-pegasus-finetuned
8
  results: []
 
14
  # t5-pegasus-finetuned
15
 
16
  This model was trained from scratch on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 4.8469
19
+ - Sacrebleu: 1.6544
20
+ - Rouge 1: 0.0646
21
+ - Rouge 2: 0.0076
22
+ - Rouge L: 0.0629
23
+ - Bleu 1: 0.2040
24
+ - Bleu 2: 0.0959
25
+ - Bleu 3: 0.0484
26
+ - Bleu 4: 0.0287
27
+ - Meteor: 0.0872
28
+ - Gen Len: 16.0997
29
 
30
  ## Model description
31
 
 
55
  - num_epochs: 100
56
  - mixed_precision_training: Native AMP
57
 
58
+ ### Training results
59
+
60
+
61
+
62
  ### Framework versions
63
 
64
  - Transformers 4.21.0.dev0