From 0f113b672cf003da58f6dfaf887f46a563b1c1ea Mon Sep 17 00:00:00 2001 From: system Date: Wed, 1 Jul 2020 15:46:23 +0000 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 97d64fe..564b8e0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ +--- +language: english +tags: +- summarization +license: apache-2.0 +datasets: +- cnndm +- xsum +- thumbnail: https://huggingface.co/front/thumbnails/distilbart_medium.png +--- + ### 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. @@ -15,7 +26,3 @@ This checkpoint should be loaded into `BartForConditionalGeneration.from_pretrai | bart-large-cnn (baseline) | 406 | 381 | 1 | 21.06 | 30.63 | | distilbart-12-6-cnn | 306 | 307 | 1.24 | 21.26 | 30.59 | | distilbart-6-6-cnn | 230 | 182 | 1.69 | 20.17 | 29.70 | - - --thumbnail: https://huggingface.co/front/thumbnails/distilbart_medium.png -