File size: 1,208 Bytes
22d1946
 
 
 
 
 
 
 
 
 
9a7caee
 
 
22d1946
 
 
 
 
 
5978d53
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
language: en
tags:
- summarization
license: apache-2.0
datasets:
- cnn_dailymail
thumbnail: https://huggingface.co/front/thumbnails/distilbart_medium.png
---

### Service Deployment Code : 
https://github.com/manojpreveen/Summarization-Service

### Usage

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.

### Metrics for DistilBART models

| Model Name                          |   MM Params |   Inference Time (MS) |   Speedup |   Rouge 2 |   Rouge-L |
|:------------------------------------|------------:|----------------------:|----------:|----------:|----------:|
| facebook/bart-large-cnn (baseline)  |         406 |                   381 |      1    |     21.06 |     30.63 |
| manojpreveen/distilbart-cnn-v3      |         306 |                   307 |      1.24 |     21.26 |     30.59 |
| manojpreveen/distilbart-cnn-v2      |         255 |                   214 |      1.78 |     20.57 |     30.00 |
| manojpreveen/distilbart-cnn-v1      |         230 |                   182 |      2.09 |     20.17 |     29.70 |