sysresearch101 commited on
Commit
f207d00
1 Parent(s): 9676f8f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -17
README.md CHANGED
@@ -3,6 +3,8 @@ language:
3
  - en
4
  tags:
5
  - summarization
 
 
6
  license: mit
7
  thumbnail: https://huggingface.co/front/thumbnails/facebook.png
8
  model-index:
@@ -12,45 +14,36 @@ model-index:
12
  type: summarization
13
  name: Summarization
14
  dataset:
15
- name: cnn_dailymail
16
- type: cnn_dailymail
17
  config: 3.0.0
18
  split: train
19
  metrics:
20
  - name: ROUGE-1
21
  type: rouge
22
- value: 42.9486
23
  verified: true
24
  - name: ROUGE-2
25
  type: rouge
26
- value: 20.8149
27
  verified: true
28
  - name: ROUGE-L
29
  type: rouge
30
- value: 30.6186
31
  verified: true
32
  - name: ROUGE-LSUM
33
  type: rouge
34
- value: 40.0376
35
  verified: true
36
  - name: loss
37
  type: loss
38
- value: 2.529000997543335
39
  verified: true
40
  - name: gen_len
41
  type: gen_len
42
- value: 78.5866
43
  verified: true
44
  ---
45
- language: id
46
- tags:
47
- - pipeline:summarization
48
- - summarization
49
- - t5-large
50
- datasets:
51
- - [CNN Daily Mail](https://huggingface.co/datasets/cnn_dailymail)
52
- - [XSUM](https://huggingface.co/datasets/xsum)
53
- ---
54
 
55
  # T5-large Summarization Model Trained on the combined XSUM-CNN Daily Mail Dataset
56
 
 
3
  - en
4
  tags:
5
  - summarization
6
+ - t5-large-summarization
7
+ - pipeline:summarization
8
  license: mit
9
  thumbnail: https://huggingface.co/front/thumbnails/facebook.png
10
  model-index:
 
14
  type: summarization
15
  name: Summarization
16
  dataset:
17
+ name: xsum & cnn_dailymail
18
+ type: xsum & cnn_dailymail
19
  config: 3.0.0
20
  split: train
21
  metrics:
22
  - name: ROUGE-1
23
  type: rouge
24
+ value: <TODO>
25
  verified: true
26
  - name: ROUGE-2
27
  type: rouge
28
+ value: <TODO>
29
  verified: true
30
  - name: ROUGE-L
31
  type: rouge
32
+ value: <TODO>
33
  verified: true
34
  - name: ROUGE-LSUM
35
  type: rouge
36
+ value: <TODO>
37
  verified: true
38
  - name: loss
39
  type: loss
40
+ value: <TODO>
41
  verified: true
42
  - name: gen_len
43
  type: gen_len
44
+ value: <TODO>
45
  verified: true
46
  ---
 
 
 
 
 
 
 
 
 
47
 
48
  # T5-large Summarization Model Trained on the combined XSUM-CNN Daily Mail Dataset
49