SophieTr commited on
Commit
a6b6c76
1 Parent(s): 5a30383

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -3,9 +3,22 @@ tags:
3
  - generated_from_trainer
4
  datasets:
5
  - reddit
 
 
6
  model-index:
7
  - name: pegasus-reddit
8
- results: []
 
 
 
 
 
 
 
 
 
 
 
9
  ---
10
 
11
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -14,6 +27,13 @@ should probably proofread and complete it, then remove this comment. -->
14
  # pegasus-reddit
15
 
16
  This model is a fine-tuned version of [google/pegasus-large](https://huggingface.co/google/pegasus-large) on the reddit dataset.
 
 
 
 
 
 
 
17
 
18
  ## Model description
19
 
3
  - generated_from_trainer
4
  datasets:
5
  - reddit
6
+ metrics:
7
+ - rouge
8
  model-index:
9
  - name: pegasus-reddit
10
+ results:
11
+ - task:
12
+ name: Sequence-to-sequence Language Modeling
13
+ type: text2text-generation
14
+ dataset:
15
+ name: reddit
16
+ type: reddit
17
+ args: default
18
+ metrics:
19
+ - name: Rouge1
20
+ type: rouge
21
+ value: 23.967
22
  ---
23
 
24
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
27
  # pegasus-reddit
28
 
29
  This model is a fine-tuned version of [google/pegasus-large](https://huggingface.co/google/pegasus-large) on the reddit dataset.
30
+ It achieves the following results on the evaluation set:
31
+ - Loss: 3.3329
32
+ - Rouge1: 23.967
33
+ - Rouge2: 5.0032
34
+ - Rougel: 15.3267
35
+ - Rougelsum: 18.5905
36
+ - Gen Len: 69.2193
37
 
38
  ## Model description
39