manojpreveen commited on
Commit
37cc3c2
1 Parent(s): 3072a0f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -14,9 +14,9 @@ This checkpoint should be loaded into `BartForConditionalGeneration.from_pretrai
14
 
15
  ### Metrics for DistilBART models
16
 
17
- | Model Name | MM Params | Inference Time (MS) | Speedup | Rouge 2 | Rouge-L |
18
- |:----------------------------------|------------:|----------------------:|----------:|----------:|----------:|
19
- | bart-large-cnn [meta] (baseline) | 406 | 381 | 1 | 21.06 | 30.63 |
20
- | distilbart-cnn-v3 | 306 | 307 | 1.24 | 21.26 | 30.59 |
21
- | distilbart-cnn-v2 | 255 | 214 | 1.78 | 20.57 | 30.00 |
22
- | distilbart-cnn-v1 | 230 | 182 | 2.09 | 20.17 | 29.70 |
 
14
 
15
  ### Metrics for DistilBART models
16
 
17
+ | Model Name | MM Params | Inference Time (MS) | Speedup | Rouge 2 | Rouge-L |
18
+ |:------------------------------------|------------:|----------------------:|----------:|----------:|----------:|
19
+ | facebook/bart-large-cnn (baseline) | 406 | 381 | 1 | 21.06 | 30.63 |
20
+ | manojpreveen/distilbart-cnn-v3 | 306 | 307 | 1.24 | 21.26 | 30.59 |
21
+ | manojpreveen/distilbart-cnn-v2 | 255 | 214 | 1.78 | 20.57 | 30.00 |
22
+ | manojpreveen/distilbart-cnn-v1 | 230 | 182 | 2.09 | 20.17 | 29.70 |