UNIST-Eunchan commited on
Commit
ada5620
1 Parent(s): f04122c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -1
README.md CHANGED
@@ -6,7 +6,20 @@ datasets:
6
  - arxiv-summarization
7
  model-index:
8
  - name: Long-paper-summarization-pegasus-x-b
9
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  license: mit
11
  language:
12
  - en
@@ -17,6 +30,25 @@ metrics:
17
  name: {ROUGE-1}
18
  ---
19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
21
  should probably proofread and complete it, then remove this comment. -->
22
 
 
6
  - arxiv-summarization
7
  model-index:
8
  - name: Long-paper-summarization-pegasus-x-b
9
+ results:
10
+ - task:
11
+ name: Summarization
12
+ type: summarization
13
+ dataset:
14
+ name: ccdv/arxiv-summarization
15
+ type: ccdv/arxiv-summarization
16
+ config: section
17
+ split: validation
18
+ args: section
19
+ metrics:
20
+ - name: Rouge1
21
+ type: rouge
22
+ value: 35.6639
23
  license: mit
24
  language:
25
  - en
 
30
  name: {ROUGE-1}
31
  ---
32
 
33
+
34
+ model-index:
35
+ - name: results
36
+ results:
37
+ - task:
38
+ name: Summarization
39
+ type: summarization
40
+ dataset:
41
+ name: ccdv/arxiv-summarization
42
+ type: ccdv/arxiv-summarization
43
+ config: section
44
+ split: validation
45
+ args: section
46
+ metrics:
47
+ - name: Rouge1
48
+ type: rouge
49
+ value: 33.7078
50
+
51
+
52
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
53
  should probably proofread and complete it, then remove this comment. -->
54