Naresh2807 commited on
Commit
008349c
·
verified ·
1 Parent(s): 329658a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -9
README.md CHANGED
@@ -1,12 +1,28 @@
1
  ---
2
- title: Naresh
3
- emoji: 🐠
4
- colorFrom: gray
5
- colorTo: blue
6
- sdk: gradio
7
- sdk_version: 5.13.1
8
- app_file: app.py
9
- pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language: en
3
+ tags:
4
+ - summarization
5
+ license: apache-2.0
6
+ datasets:
7
+ - cnn_dailymail
8
+ - xsum
 
9
  ---
10
 
11
+ ### Usage
12
+
13
+ This checkpoint should be loaded into `BartForConditionalGeneration.from_pretrained`. See the [BART docs](https://huggingface.co/transformers/model_doc/bart.html?#transformers.BartForConditionalGeneration) for more information.
14
+
15
+ ### Metrics for DistilBART models
16
+
17
+ | Model Name | MM Params | Inference Time (MS) | Speedup | Rouge 2 | Rouge-L |
18
+ |:---------------------------|------------:|----------------------:|----------:|----------:|----------:|
19
+ | distilbart-xsum-12-1 | 222 | 90 | 2.54 | 18.31 | 33.37 |
20
+ | distilbart-xsum-6-6 | 230 | 132 | 1.73 | 20.92 | 35.73 |
21
+ | distilbart-xsum-12-3 | 255 | 106 | 2.16 | 21.37 | 36.39 |
22
+ | distilbart-xsum-9-6 | 268 | 136 | 1.68 | 21.72 | 36.61 |
23
+ | bart-large-xsum (baseline) | 406 | 229 | 1 | 21.85 | 36.50 |
24
+ | distilbart-xsum-12-6 | 306 | 137 | 1.68 | 22.12 | 36.99 |
25
+ | bart-large-cnn (baseline) | 406 | 381 | 1 | 21.06 | 30.63 |
26
+ | distilbart-12-3-cnn | 255 | 214 | 1.78 | 20.57 | 30.00 |
27
+ | distilbart-12-6-cnn | 306 | 307 | 1.24 | 21.26 | 30.59 |
28
+ | distilbart-6-6-cnn | 230 | 182 | 2.09 | 20.17 | 29.70 |