Katrine commited on
Commit
b496185
1 Parent(s): e463268

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -43,5 +43,8 @@ I år var Cognitive Science i Aarhus den uddannelse i Danmark, der havde det fje
43
  example_title: "Example 1"
44
 
45
  ---
 
 
 
46
 
47
  This repository contains a model for Danish abstractive summarisation of news articles. The summariser is based on a language-specific mT5-base, where the vocabulary is condensed to include tokens used in Danish and English. The model is fine-tuned using an abstractive subset of the DaNewsroom dataset (Varab & Schluter, 2020), according to the binned density categories employed in Newsroom (Grusky et al., 2019).
 
43
  example_title: "Example 1"
44
 
45
  ---
46
+ # mT5-base fine-tuned for News article Summarisation ✏️🧾
47
+
48
+ [Google's T5](https://ai.googleblog.com/2020/02/exploring-transfer-learning-with-t5.html) base fine-tuned on [DaNewsroom] (https://aclanthology.org/2020.lrec-1.831/) dataset for **summarisation** downstream task.
49
 
50
  This repository contains a model for Danish abstractive summarisation of news articles. The summariser is based on a language-specific mT5-base, where the vocabulary is condensed to include tokens used in Danish and English. The model is fine-tuned using an abstractive subset of the DaNewsroom dataset (Varab & Schluter, 2020), according to the binned density categories employed in Newsroom (Grusky et al., 2019).