Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
### Usage
|
2 |
|
3 |
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.
|
@@ -15,5 +26,3 @@ This checkpoint should be loaded into `BartForConditionalGeneration.from_pretrai
|
|
15 |
| bart-large-cnn (baseline) | 406 | 381 | 1 | 21.06 | 30.63 |
|
16 |
| distilbart-12-6-cnn | 306 | 307 | 1.24 | 21.26 | 30.59 |
|
17 |
| distilbart-6-6-cnn | 230 | 182 | 1.69 | 20.17 | 29.70 |
|
18 |
-
|
19 |
-
|
|
|
1 |
+
---
|
2 |
+
language: english
|
3 |
+
tags:
|
4 |
+
- summarization
|
5 |
+
license: apache-2.0
|
6 |
+
datasets:
|
7 |
+
- cnndm
|
8 |
+
- xsum
|
9 |
+
thumbnail: https://huggingface.co/front/thumbnails/distilbart_medium.png
|
10 |
+
---
|
11 |
+
|
12 |
### Usage
|
13 |
|
14 |
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.
|
|
|
26 |
| bart-large-cnn (baseline) | 406 | 381 | 1 | 21.06 | 30.63 |
|
27 |
| distilbart-12-6-cnn | 306 | 307 | 1.24 | 21.26 | 30.59 |
|
28 |
| distilbart-6-6-cnn | 230 | 182 | 1.69 | 20.17 | 29.70 |
|
|
|
|