sarakolding commited on
Commit
ea2b93a
1 Parent(s): c686d3e

add metadata

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -1 +1,12 @@
1
- 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 only 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).
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - da
4
+ tags:
5
+ - summarization
6
+ widget:
7
+ - text: "Insert a Danish news article here."
8
+ example_title: "Summarization"
9
+
10
+ ---
11
+
12
+ 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 only 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).